joxe
|
bec1ccc57d
|
added support for all UDP port compressions in hc06
|
2010-03-26 10:28:51 +00:00 |
|
nifi
|
0ec8d499e4
|
Bug fix: only call subscriber if set
|
2010-03-25 19:30:44 +00:00 |
|
adamdunkels
|
a4f9e62295
|
Added a parameter to collect_open() that specifies whether or not the node should be a router for packets, or only an originator of packets. Updated the collect module to the new annoucement API.
|
2010-03-25 08:51:07 +00:00 |
|
adamdunkels
|
2559e27414
|
API change to the announcement module: an annoucement can now be registered without a value. Such announcements are never transmitted to neighbors, until the announcement's value is set.
|
2010-03-25 08:49:56 +00:00 |
|
adamdunkels
|
4d68bdf74b
|
Bugfix and addition by Dogan Yazar: psock_readbuf() shouldn't wait for a full buffer (which might never happen); a new function for sending strings that batches data and sends full buffers instead of individual strings.
|
2010-03-24 21:03:32 +00:00 |
|
nifi
|
c623616afd
|
Neighbor state notification also when adding new neighbors
|
2010-03-24 16:29:45 +00:00 |
|
nifi
|
052c8db9f9
|
Added option for neighbor state changed notifications
|
2010-03-24 16:16:33 +00:00 |
|
joxe
|
4a6c6b0534
|
added route_rm_by_nexthop and small code cleanup
|
2010-03-23 14:21:04 +00:00 |
|
fros4943
|
4833c6555e
|
moved inclusion of rtimer-arch.h to top of rtimer.h, to avoid circular rtimer_clock_t dependencies
|
2010-03-23 13:35:00 +00:00 |
|
fros4943
|
5eb391dbe1
|
allows rtimer_clock_t to be defined from contiki-conf.h
|
2010-03-23 13:24:38 +00:00 |
|
fros4943
|
95e870cc46
|
bugfix: structs should be declared static
|
2010-03-22 11:32:29 +00:00 |
|
fros4943
|
3394a3ef23
|
make sure not to add an already existing list element, as it breaks the list iteration functions
|
2010-03-22 11:29:58 +00:00 |
|
nvt-se
|
0eae63b29a
|
Set a higher start ETX. Avoiding adding a neighbor after a failed packet transmission.
|
2010-03-19 16:55:29 +00:00 |
|
adamdunkels
|
9d06d84255
|
Renamed the neighbor module to collect-neighbor, as it is only used by the collect module and is not a generic neighbor module
|
2010-03-19 13:25:15 +00:00 |
|
adamdunkels
|
49009e9cbd
|
Extend the length of announcement packets if they are too short
|
2010-03-19 13:24:58 +00:00 |
|
adamdunkels
|
2e8bfa5d9a
|
Include new broadcast-announcement and renamed collect-neighbor in compilation
|
2010-03-19 13:21:24 +00:00 |
|
adamdunkels
|
f2c9b3e813
|
Remove old neighbor.h inclusion
|
2010-03-19 13:20:40 +00:00 |
|
adamdunkels
|
a3a8c0e179
|
Safety check: only try to read a packet if it was preceeded by an interrupt (which sets the pending flag)
|
2010-03-19 13:18:53 +00:00 |
|
adamdunkels
|
3a5be4a7e4
|
Added broadcast announcement module and collect-neighbor module
|
2010-03-19 13:17:55 +00:00 |
|
adamdunkels
|
14453e9fb7
|
Slight API change to support bump functionality
|
2010-03-19 13:17:31 +00:00 |
|
adamdunkels
|
7b0606cd58
|
Renamed the neighbor module to collect-neighbor, as it is only used by the collect module and is not a generic neighbor module
|
2010-03-19 13:17:00 +00:00 |
|
adamdunkels
|
137e02baac
|
Added a bump method that tells the announcement module that a value has changed sufficiently much for it to be pushed out quicker
|
2010-03-19 13:16:11 +00:00 |
|
adamdunkels
|
17db783fb0
|
Broadcast announcement back-end that sends announcement data as broadcasts, with increasing transmission intervals
|
2010-03-19 13:15:19 +00:00 |
|
nifi
|
7f7922a10d
|
typos
|
2010-03-19 12:54:38 +00:00 |
|
joxe
|
cf9acf4748
|
made it possible to have zero contexts to avoid stateful compression in hc06
|
2010-03-19 08:15:20 +00:00 |
|
joxe
|
17a721a7e4
|
fixed buggy define for Traffic class and Flowlabel compression
|
2010-03-17 20:57:25 +00:00 |
|
adamdunkels
|
115b3a7c5c
|
Minor timing bugfix: the time between channel checks should not include the time required for the channel check itself
|
2010-03-17 18:24:06 +00:00 |
|
adamdunkels
|
efeb9944fa
|
Increase the required non-activity periods before turning off the radio; remove the strict phase requirement (which messes up things with low-power streaming)
|
2010-03-17 16:35:52 +00:00 |
|
nvt-se
|
1a9e00ab78
|
Purge neighbors that go over a configurable ETX limit. Increase the no-ACK penalty.
|
2010-03-17 15:08:46 +00:00 |
|
nvt-se
|
4e0ceedc47
|
Enabled external neighbor removal
|
2010-03-17 15:00:52 +00:00 |
|
fros4943
|
55f780ec19
|
removed debugging output
|
2010-03-17 14:36:46 +00:00 |
|
joxe
|
4f27fcf766
|
added ipaddr variable if not UIP_ROUTER is defined
|
2010-03-17 12:30:25 +00:00 |
|
joxe
|
e8916fe01f
|
added hooks for adding an external header compressor
|
2010-03-17 12:08:59 +00:00 |
|
nifi
|
ea090a60e6
|
Fixed to call the SLIP callback function also when using IPv6
|
2010-03-17 07:10:25 +00:00 |
|
joxe
|
d113577a8e
|
made UIP_ND6_SEND_RA configurable from platforms and projects
|
2010-03-16 18:27:22 +00:00 |
|
adamdunkels
|
36b995cc9a
|
Reenabled announcement support
|
2010-03-16 18:12:34 +00:00 |
|
adamdunkels
|
9be1a65211
|
Don't set the RELIABLE flag on incoming packets with the ack requested flag set, since it is set on most packets even if they aren't reliable
|
2010-03-16 18:11:58 +00:00 |
|
adamdunkels
|
b1feac5a00
|
Bugfixes in low-power streaming mode, and re-added support for announcements. These now use the low-power streaming mode so that active listening for announcments have a radio duty cycle of 16% rather than 100%
|
2010-03-16 18:11:13 +00:00 |
|
adamdunkels
|
67b0170a43
|
Bugfix: don't care about FIFOP when reading a packet; if the radio rx had been turned off before a packet was read, FIFOP would be zero and the packet would be trashed
|
2010-03-16 18:10:09 +00:00 |
|
nifi
|
6b7ec2d002
|
removed uip_router
|
2010-03-16 15:45:20 +00:00 |
|
nifi
|
75091661e6
|
fixed typo
|
2010-03-16 15:41:00 +00:00 |
|
joxe
|
b4adc6bcb5
|
added fallback interface and removed uip_router
|
2010-03-16 15:35:03 +00:00 |
|
joxe
|
2b44f809fb
|
added support for extending route entries
|
2010-03-16 14:11:46 +00:00 |
|
joxe
|
453cf7f2e6
|
refactoring of hc06 code
|
2010-03-16 10:21:04 +00:00 |
|
nifi
|
55e0fec37e
|
* Changed to write keys to CC2420 RAM big-endian order
* Fixed cc2420_aes_cipher() to wait for encryption to finish before reading result
|
2010-03-15 23:04:54 +00:00 |
|
nifi
|
e834562455
|
* Fixed FASTSPI_READ_RAM_LE to wait for tx end before reading
* Added FASTSPI_WRITE_RAM_BE to write to RAM (big-endian order)
|
2010-03-15 23:01:37 +00:00 |
|
nvt-se
|
7f687b99e6
|
Debug off by default
|
2010-03-15 19:22:29 +00:00 |
|
nifi
|
3f8b346c29
|
replaced obsolete netif include with new ds6
|
2010-03-15 16:54:35 +00:00 |
|
joxe
|
fd3d6c44d0
|
integration of new uip6 code from Mathilde and Julien - adds routing and improved interface handling
|
2010-03-15 16:41:24 +00:00 |
|
joxe
|
7d5e3fbfde
|
added function to retrieve elapsed time
|
2010-03-15 15:53:57 +00:00 |
|