Release v4.0
This commit is contained in:
commit
8602fb51f5
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,8 +12,7 @@
|
||||
*~
|
||||
obj_*
|
||||
Makefile.target
|
||||
doc/html
|
||||
doc/latex
|
||||
tools/doxygen/html
|
||||
patches-*
|
||||
tools/tunslip
|
||||
tools/tunslip6
|
||||
|
@ -63,7 +63,7 @@ AUTOSTART_PROCESSES(&node_process);
|
||||
/*---------------------------------------------------------------------------*/
|
||||
PROCESS_THREAD(node_process, ev, data)
|
||||
{
|
||||
int is_coordinator;
|
||||
static int is_coordinator;
|
||||
static int added_num_of_links = 0;
|
||||
static struct etimer et;
|
||||
struct tsch_neighbor *n;
|
||||
|
@ -7,4 +7,5 @@ send a UDP request periodically, that simply includes a counter as payload.
|
||||
When receiving a request, The server sends a response with the same counter
|
||||
back to the originator.
|
||||
|
||||
The simulation files show example networks, for sky motes and for cooja motes.
|
||||
The `.csc` files show example networks in the Cooja simulator, for sky motes and
|
||||
for cooja motes.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 53f8a093ed2c84c90a426f27efbf32e754619c9e
|
||||
Subproject commit 8799528a5851f7e5af394f3f38e4a82b378e67af
|
Loading…
Reference in New Issue
Block a user