Nicolas Tsiftes
|
7cfbbe97af
|
Merge pull request #1740 from simonduq/pr/tsch-minor
TSCH minor enhancements
|
2016-09-05 16:33:48 +02:00 |
|
Nicolas Tsiftes
|
4c7d8d0214
|
Merge pull request #1739 from simonduq/pr/tsch-seqno
Improved TSCH sequence number handling
|
2016-08-16 14:49:21 +02:00 |
|
Simon Duquennoy
|
e4241fbeb9
|
Updated TSCH readme
|
2016-08-02 18:07:20 +02:00 |
|
Simon Duquennoy
|
ff5a4751c8
|
Merge pull request #1610 from simonduq/pr/tsch-rime
TSCH with Rime
|
2016-07-25 14:55:37 +02:00 |
|
Sumankumar Panchal
|
6dfd358821
|
TSCH port for CC2538 based platforms.
|
2016-07-22 09:38:25 +05:30 |
|
Atis Elsts
|
081ec100a4
|
TSCH: add RADIO_DELAY_BEFORE_DETECT to rx guard time when waiting for a packet to be received
|
2016-07-16 18:08:41 +01:00 |
|
Simon Duquennoy
|
beb532e7e8
|
TSCH: use sequence number only for unicast data frames
|
2016-06-23 22:36:00 +02:00 |
|
Simon Duquennoy
|
ee60355c9c
|
TSCH: implement off()
|
2016-06-23 18:38:12 +02:00 |
|
Simon Duquennoy
|
b1dc8205f0
|
TSCH: minor logging enhancement
|
2016-06-23 18:37:42 +02:00 |
|
Simon Duquennoy
|
5a1a8e84d8
|
TSCH: start scheduling keep-alives only after tsch_is_associated is set
|
2016-06-23 18:36:04 +02:00 |
|
Simon Duquennoy
|
1acb69e280
|
TSCH: keep track of Rx channel as packetbuf attribute
|
2016-06-23 18:35:16 +02:00 |
|
Simon Duquennoy
|
f1922c13b6
|
TSCH: use standard-compliant mac-squence module rather than custom duplicate detection
|
2016-06-23 18:21:05 +02:00 |
|
Atis Elsts
|
6800f9502e
|
Update the list of supported platforms in TSCH README file
|
2016-06-14 19:47:59 +03:00 |
|
Simon Duquennoy
|
30e820ffa5
|
Merge pull request #1708 from atiselsts/tsch_enhancements
TSCH enhancements
|
2016-06-13 20:58:02 +02:00 |
|
Sumankumar Panchal
|
373fda46f7
|
TSCH port for Zolertia ReMote/Zoul.
|
2016-06-12 16:37:01 +05:30 |
|
Simon Duquennoy
|
63565b109d
|
Fix TSCH_AUTOSELECT_TIME_SOURCE to work with 2-byte addresses and with the new nbr_table_add_lladdr interface
|
2016-06-10 20:59:42 +02:00 |
|
Simon Duquennoy
|
ac16fb9e2b
|
TSCH fixes for the short-address case
|
2016-06-10 20:58:40 +02:00 |
|
Atis Elsts
|
f0fcff2d1a
|
TSCH: declare radio_rx_mode only when HW timestamps are enabled to avoid warnings
|
2016-06-10 15:04:07 +03:00 |
|
Atis Elsts
|
5b728691ad
|
TSCH: add missing include
|
2016-06-10 15:04:07 +03:00 |
|
Atis Elsts
|
fbb66f9cd5
|
TSCH: allow to configure channel scanning duration during the join phase
|
2016-06-10 15:04:07 +03:00 |
|
Atis Elsts
|
b57009e564
|
TSCH: fix signedness in adaptive timesync
|
2016-06-10 15:04:07 +03:00 |
|
Atis Elsts
|
03d511c2be
|
tsch-slot-operation.c: use ABS() instead of abs() for consistency with the rest of Contiki
|
2016-06-10 15:04:06 +03:00 |
|
Atis Elsts
|
f6967c1f58
|
read RADIO_PARAM_LAST_RSSI and RADIO_PARAM_LAST_PACKET_TIMESTAMP only after the last packet has been read in TSCH: reading the packet might update these values
|
2016-06-10 15:04:06 +03:00 |
|
Atis Elsts
|
45510f57fa
|
TSCH: add option to not to turn off radio during active TSCH timeslots
|
2016-06-10 15:04:06 +03:00 |
|
Atis Elsts
|
723c7e1117
|
print TSCH clock drift ppm whenever updated
|
2016-06-10 15:04:06 +03:00 |
|
Atis Elsts
|
b3afd65b1d
|
fix a few comments in TSCH
|
2016-06-10 15:04:06 +03:00 |
|
Atis Elsts
|
0cb222e6e1
|
add 2-channel TSCH hopping sequence
|
2016-06-10 15:04:06 +03:00 |
|
Simon Duquennoy
|
26bf33c762
|
Merge pull request #1550 from thomas-ha/tsch-cc2538-port
Port of TSCH for CC2538
|
2016-06-02 21:33:55 +02:00 |
|
Antonio Lignan
|
34af72c047
|
Merge pull request #1609 from simonduq/pr/net-debug
Added net-debug.[ch] to provide debug functions even in the non-IP case
|
2016-06-01 23:52:34 +02:00 |
|
Antonio Lignan
|
f065971efc
|
Merge pull request #1619 from simonduq/pr/tsch-rtimer16-fix
Fix bug in TSCH for platforms with 16-bit rtimer
|
2016-06-01 23:03:50 +02:00 |
|
thomas-ha
|
8a7b1f07d1
|
add cc2538dk
|
2016-06-01 17:58:57 +02:00 |
|
thomas-ha
|
e537a2ea92
|
Add CC2538DK
|
2016-06-01 16:01:58 +02:00 |
|
Antonio Lignan
|
8d6a290382
|
Merge pull request #1682 from simonduq/pr/fix-tsch-log
Fix tsch-log bug
|
2016-05-25 18:02:36 +02:00 |
|
Simon Duquennoy
|
2299a763d0
|
Fix tsch-log bug
|
2016-05-25 17:38:10 +02:00 |
|
Simon Duquennoy
|
1cd06a291e
|
Merge pull request #1639 from yatch/pr-tsch-log-link-null
Handle the case when log->link is NULL in tsch_log_process_pending
|
2016-04-28 18:12:34 +02:00 |
|
Yasuyuki Tanaka
|
763c63f428
|
Handle the case when log->link is NULL in tsch_log_process_pending
|
2016-04-27 20:35:05 +02:00 |
|
Simon Duquennoy
|
bb5e5d5c6b
|
TSCH: use RTIMER_CLOCK_DIFF to compute estimated drift, fixing a bug that would occur on 16-bit rtimer platforms
|
2016-04-27 14:13:33 +02:00 |
|
Simon Duquennoy
|
abf08a7167
|
Added net-debug.[ch] to provide debug functions even in the non-IP case
|
2016-04-26 16:08:10 +02:00 |
|
Simon Duquennoy
|
e1ea4955c7
|
TSCH: remove 'not for us' log
|
2016-04-25 11:51:43 +02:00 |
|
kkrentz
|
4a88e9e537
|
llsec: Removed TSCH_SECURITY_CONF_LEVEL and TSCH_SECURITY_LEVEL
|
2016-04-13 09:16:08 -07:00 |
|
kkrentz
|
10d8b05bc6
|
llsec: Permit dynamic security levels
|
2016-04-13 07:54:46 -07:00 |
|
kkrentz
|
0379af3624
|
llsec: Do not define surrogates in packetbuf.h, as otherwise configuration errors go unnoticed
|
2016-04-13 07:54:46 -07:00 |
|
thomas-ha
|
2a69999214
|
space instead of tab
|
2016-04-05 17:12:48 +02:00 |
|
thomas-ha
|
871c725144
|
spaces instead of tabs
|
2016-03-31 11:24:57 +02:00 |
|
Carlo Vallati
|
855703e936
|
Fixed a bug into tsch-schedule - tsch_schedule_add_link that causes deadlock if a new link cannot be created
|
2016-03-31 10:35:19 +02:00 |
|
Oliver Schmidt
|
111a976f1e
|
Explicitly mark constant as 'unsigned' to avoid unnecessary promotion to 'long'.
Long constants trigger the performance warning "Constant is long" with cc65.
|
2016-03-28 14:39:16 +02:00 |
|
thomas-ha
|
2d9b53667f
|
not leaving promiscuous mode anymore if TSCH_HW_FRAME_FILTERING disabled
|
2016-03-16 12:24:49 +01:00 |
|
Simon Duquennoy
|
3057cb3363
|
TSCH: reset now also flushes all queues and resets backoff exponents
|
2016-03-15 16:24:04 +01:00 |
|
Simon Duquennoy
|
4b4ea36e9b
|
TSCH: substract RADIO_DELAY_BEFORE_DETECT from ACK timestamp (more accurate timeout for the following busy wait)
|
2016-03-15 16:23:57 +01:00 |
|
Simon Duquennoy
|
0fd097f821
|
TSCH: bound max packet size to the system's packetbuf size
|
2016-03-15 16:23:57 +01:00 |
|