Skip to content
Snippets Groups Projects
Unverified Commit 8602fb51 authored by George Oikonomou's avatar George Oikonomou
Browse files

Release v4.0

parents cbeac323 8f8c7470
Branches
Tags release/v4.0
No related merge requests found
......@@ -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.
Subproject commit 53f8a093ed2c84c90a426f27efbf32e754619c9e
Subproject commit 8799528a5851f7e5af394f3f38e4a82b378e67af
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment