@@ -4,7 +4,7 @@ This tutorial shows how to use Cooja, a network simulator.
4
4
First, make sure you have Cooja installed (see [ doc: toolchain-installation ] ).
5
5
Make sure the right Java virtual machine is installed, and the Cooja submodule downloaded (` git submodule update --init --recursive ` ).
6
6
7
- Go to the Cooja directory, build and start it with ` ant ` .
7
+ Go to the Cooja directory, build and start it with ` Gradle ` .
8
8
9
9
```
10
10
$ cd tools/cooja
@@ -19,8 +19,8 @@ Choose a name for the simulation, set other optional parameters, and click `Crea
19
19
You should see a new empty simulation window:
20
20
![ Cooja] ( https://contiki-ng.github.io/images/Cooja2.png )
21
21
22
- By default, the simulation contains an number of panels:
23
- * The 'Network' panel will show the network toplogy .
22
+ By default, the simulation contains a number of panels:
23
+ * The 'Network' panel will show the network topology .
24
24
* The 'Simulation control' panel is used to start/pause/reload simulations.
25
25
* The 'Notes' panel is for your own notes.
26
26
* The 'Mote output' panel shows the serial line output of every node in the network.
@@ -29,7 +29,7 @@ By default, the simulation contains an number of panels:
29
29
There are many other views available, try for instance ` Tools->Radio messages ` to add a panel that shows all packets sent during a simulation.
30
30
31
31
You can save your simulation with ` File->Save simulation as... ` .
32
- Cooja simluation files are have the extension ` .csc ` .
32
+ Cooja simulation files are have the extension ` .csc ` .
33
33
Many of the examples provided in Contiki-NG come with their own ` .csc ` file, which one can open with ` File->Open simulation ` .
34
34
35
35
We will now create a simple simulation, with just one node running the ` hello-world ` example.
0 commit comments