Release v4.0

This commit is contained in:
George Oikonomou 2017-11-06 12:39:08 +00:00
commit 8602fb51f5
No known key found for this signature in database
GPG Key ID: 8C9C27C64F6BC046
4 changed files with 5 additions and 5 deletions

3
.gitignore vendored
View File

@ -12,8 +12,7 @@
*~
obj_*
Makefile.target
doc/html
doc/latex
tools/doxygen/html
patches-*
tools/tunslip
tools/tunslip6

View File

@ -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;

View File

@ -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