.. |
abc.c
|
Updated debug printouts
|
2008-01-23 16:10:10 +00:00 |
abc.h
|
Bugfixes, updates
|
2007-05-15 08:09:21 +00:00 |
collect.c
|
Show rt metric in netsim as number of expected transmissions
|
2008-01-24 21:11:40 +00:00 |
collect.h
|
Minor type change
|
2008-01-08 07:55:00 +00:00 |
ctimer.c
|
added fix to enable start of ctimers before etimer process has started
|
2007-11-13 15:13:03 +00:00 |
ctimer.h
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |
ibc.c
|
Updated debug printouts
|
2008-01-23 16:10:10 +00:00 |
ibc.h
|
anonymous -> identified.
|
2007-11-12 12:34:29 +00:00 |
ipolite.c
|
Optimized transmission when interval == 0
|
2008-01-25 01:06:25 +00:00 |
ipolite.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
Makefile.rime
|
Removed mistakenly added development files
|
2008-01-14 16:05:34 +00:00 |
mesh.c
|
Added hopcount to callbacks
|
2008-01-08 07:55:56 +00:00 |
mesh.h
|
Added hopcount to callbacks
|
2008-01-08 07:55:56 +00:00 |
mh.c
|
Added hopcount to callbacks
|
2008-01-08 07:55:56 +00:00 |
mh.h
|
Added hopcount to callbacks
|
2008-01-08 07:55:56 +00:00 |
neighbor-discovery.c
|
Rewrote the code to use polite broadcasts istead of regular broadcasts. This reduces the amount of broadcast traffic, particularly for dense networks.
|
2008-01-14 09:34:00 +00:00 |
neighbor-discovery.h
|
Rewrote the code to use polite broadcasts istead of regular broadcasts. This reduces the amount of broadcast traffic, particularly for dense networks.
|
2008-01-14 09:34:00 +00:00 |
neighbor.c
|
Rewrote the neighbor code to use memb and a list instead of a static array
|
2008-02-03 20:44:11 +00:00 |
neighbor.h
|
Rewrote the neighbor code to use memb and a list instead of a static array
|
2008-02-03 20:44:11 +00:00 |
nf.c
|
Made a primary transmission go out immediately instead of within a random interval
|
2008-01-08 08:26:48 +00:00 |
nf.h
|
Bugfixes, updates
|
2007-05-15 08:09:21 +00:00 |
polite.c
|
Added #ifdef around MAX definition to avoid compiler warnings
|
2007-11-26 23:22:41 +00:00 |
polite.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
queuebuf.c
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
queuebuf.h
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |
rime.c
|
Rewrote the sniffer code to use a list, which makes it possible to add any number of sniffers. Sniffers now can be both for incoming and outoing packets.
|
2008-01-14 09:42:00 +00:00 |
rimeaddr.c
|
Support for z80(sdcc) port.
|
2007-08-30 14:39:16 +00:00 |
rimeaddr.h
|
Made Rime address size configurable through contiki-conf.h
|
2007-11-26 23:30:35 +00:00 |
rimebuf.c
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
rimebuf.h
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
rimestats.c
|
Rime statistics gathering
|
2007-05-22 20:48:41 +00:00 |
rimestats.h
|
Rime statistics gathering
|
2007-05-22 20:48:41 +00:00 |
rmh.c
|
Added hopcount to callbacks
|
2008-01-08 07:55:56 +00:00 |
rmh.h
|
Added hopcount to callbacks
|
2008-01-08 07:55:56 +00:00 |
route-discovery.c
|
Support for z80(sdcc) port.
|
2007-08-30 14:39:16 +00:00 |
route-discovery.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
route.c
|
Added API for reading the routing table
|
2008-01-08 07:58:23 +00:00 |
route.h
|
Added API for reading the routing table
|
2008-01-08 07:58:23 +00:00 |
ruc.c
|
Removed unused code
|
2008-01-14 09:34:33 +00:00 |
ruc.h
|
Documentation updates
|
2007-12-16 14:33:32 +00:00 |
rucb.c
|
Updated debug output
|
2008-01-14 09:36:35 +00:00 |
rucb.h
|
Reliable single-hop unicast bulk transfer
|
2007-05-22 20:45:49 +00:00 |
rudolph0.c
|
Removed debug output
|
2007-11-28 20:03:50 +00:00 |
rudolph0.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
rudolph1.c
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
rudolph1.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
rudolph2.c
|
Removed debug output
|
2007-11-28 20:03:50 +00:00 |
rudolph2.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
sabc.c
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |
sabc.h
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |
sibc.c
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |
sibc.h
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |
suc.c
|
Added API to retrieve address of current receiver
|
2007-11-13 21:00:10 +00:00 |
suc.h
|
Added API to retrieve address of current receiver
|
2007-11-13 21:00:10 +00:00 |
timesynch.c
|
Added a function for converting a timesynchronized time to a local (rtimer) time
|
2008-01-23 15:07:05 +00:00 |
timesynch.h
|
Added a function for converting a timesynchronized time to a local (rtimer) time
|
2008-01-23 15:07:05 +00:00 |
trickle.c
|
Bugfix: queue buffers were not freed when a new packet was sent, leading to memory leakage. Added debug output.
|
2008-01-08 07:59:51 +00:00 |
trickle.h
|
Minor type change
|
2008-01-08 08:00:13 +00:00 |
uc.c
|
Updated format of debug output
|
2007-05-22 20:58:00 +00:00 |
uc.h
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |