Yasuyuki Tanaka
|
c7d60bc8a6
|
sixtop: update to draft-ietf-6tisch-6top-protocol-10
- remove the schedule generation management using GEN field
- add SIGNAL command
- add RC_ERR_SEQNUM
- rename and reorder return codes
|
2018-03-29 16:19:21 +02:00 |
|
Simon Duquennoy
|
a3e62befb8
|
TSCH: rework .h system, now following the same structure as rpl-lite
|
2018-03-28 10:39:41 -07:00 |
|
Simon Duquennoy
|
5cbf6f26fe
|
Do not build TSCH examples for cc13xx boards
|
2018-03-09 16:29:06 +00:00 |
|
Atis Elsts
|
074b797e88
|
Update Makefiles to be compatible with the new build system and restrict them to specific platforms where needed
|
2018-03-09 16:29:06 +00:00 |
|
Simon Duquennoy
|
bfb4f9537b
|
6p-packet example: use MAC address instead of node_id to hardcode coordinator
|
2018-03-01 13:34:31 +00:00 |
|
George Oikonomou
|
1f44c1530e
|
Merge branch 'develop' into contrib/tsch-print-schedule
|
2018-02-25 18:48:00 +00:00 |
|
Simon Duquennoy
|
16c4b2fe6c
|
Removing obsolete flag RPL_NS_LINK_NUM
|
2018-02-24 15:27:40 -08:00 |
|
Simon Duquennoy
|
9596a4285e
|
Use PRI macros for safe printf and logs
|
2018-02-23 10:58:45 -08:00 |
|
Simon Duquennoy
|
539d717263
|
Fix simple-node example configuration
|
2018-02-23 05:56:39 -08:00 |
|
Simon Duquennoy
|
123105ab20
|
Move source routing state management from RPL Lite and RPL Classic to uip.
|
2018-02-02 08:51:29 -08:00 |
|
Simon Duquennoy
|
f8ddf8c816
|
Added missing includes for modules that rely on RPL
|
2018-02-02 08:51:29 -08:00 |
|
Simon Duquennoy
|
7adfb92b63
|
Routing module configuration through netstack.h
|
2018-02-02 08:50:17 -08:00 |
|
Simon Duquennoy
|
26d51c15d7
|
Routing API: added more missing functions, homogenize configuration
|
2018-02-02 08:50:17 -08:00 |
|
Simon Duquennoy
|
bc73bb3284
|
Added root_start to routing driver
|
2018-02-02 08:47:46 -08:00 |
|
Simon Duquennoy
|
14ccd337c9
|
rpl_dag_root module simplification
|
2018-02-02 08:47:21 -08:00 |
|
Simon Duquennoy
|
871ee1e34f
|
Added routing module with only routing.h, now included wherever RPL is used
|
2018-02-02 08:45:02 -08:00 |
|
Simon Duquennoy
|
0a4b072973
|
Cooja .csc files: do not load collect-view
|
2018-02-01 05:03:55 -08:00 |
|
Joakim Eriksson
|
5c9997519b
|
Merge branch 'develop' into contrib/project-conf-fix
|
2017-11-17 15:54:03 +01:00 |
|
Simon Duquennoy
|
87d8f1854e
|
sixtop example: remove unnecessary defines from project-conf.h
|
2017-11-11 15:35:11 +01:00 |
|
Simon Duquennoy
|
af4d2a943f
|
6tisch example: remove unnecessary define from project-conf.h
|
2017-11-11 15:34:47 +01:00 |
|
Simon Duquennoy
|
4307744f22
|
etsi-plugtest-2017 example: remove unnecessary define from project-conf.h
|
2017-11-11 15:34:29 +01:00 |
|
Simon Duquennoy
|
3572ab1f4f
|
Platform cooja: disable TCPIP annotations by default
|
2017-11-10 23:46:51 +01:00 |
|
Yasuyuki Tanaka
|
669a646f19
|
sixtop: bugfix adding a missing 'static' modifier
|
2017-11-05 11:30:44 +09:00 |
|
Simon Duquennoy
|
809449ca82
|
Fix sixtop example
|
2017-10-31 16:12:50 +00:00 |
|
Simon Duquennoy
|
eafd90f014
|
Moving rpl-tsch examples into folder 6tisch
|
2017-10-30 21:49:02 +00:00 |
|
Simon Duquennoy
|
2ab15a00e9
|
Cleanup Shell setup
|
2017-10-12 18:32:21 +02:00 |
|
Simon Duquennoy
|
9cb34c85c0
|
TSCH: more automated configuration
|
2017-10-12 17:09:19 +02:00 |
|
Simon Duquennoy
|
09c0213898
|
Auto-enable USB serial on cc2538 when TSCH is used with SLIP or with the shell
|
2017-10-12 17:09:04 +02:00 |
|
Simon Duquennoy
|
a89df3b279
|
TSCH-RPL: configure callbacks automatically
|
2017-10-12 17:08:55 +02:00 |
|
Simon Duquennoy
|
2e39fe0d6b
|
TSCH: disable per-slot logging in most examples
|
2017-10-12 17:08:45 +02:00 |
|
Simon Duquennoy
|
41967732b1
|
Added MAKE_ROUTING make variable for cleaner routing protocol selection
|
2017-10-12 08:42:42 +02:00 |
|
George Oikonomou
|
09a5a157bc
|
Do not #undef in example project-conf.h (6tisch)
|
2017-10-08 17:00:32 +01:00 |
|
Simon Duquennoy
|
fb0de6dd7a
|
Various fixes to netstack config
|
2017-10-08 14:47:34 +02:00 |
|
Simon Duquennoy
|
20559fd308
|
Auto-include project-conf.h whenever found
|
2017-10-07 09:45:38 +02:00 |
|
Simon Duquennoy
|
ffc94f832c
|
MAC layer configuration done from Makefile instead of .h files
|
2017-09-22 14:34:20 +02:00 |
|
Yasuyuki Tanaka
|
81d34e1d51
|
Add an example for ETSI Plugtest 2017
The 1st F-Interop 6TiSCH Interoperability Event:
http://www.etsi.org/news-events/events/1197-6tisch-interop-prague-2017
|
2017-09-15 16:01:11 +09:00 |
|
Yasuyuki Tanaka
|
cac54874d2
|
sixtop: add an example generating 6P frames
|
2017-09-13 14:38:06 +09:00 |
|