This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
2a96835c05
osd-contiki
/
core
/
net
/
rpl
History
Adam Dunkels
2a96835c05
Don't remove all parents that have a worse rank than an incoming DIO: we may inadvertently remove our preferred parent. Instead, remove parents with a rank that is worse than our preferred parent. If we are lucky, this will give us enough space for the new parent.
2011-02-13 14:16:15 +01:00
..
Makefile.rpl
Configuration of the objective function made easier. Updated OF0 to the new rank calculation.
2011-01-04 20:43:28 +00:00
rpl-dag.c
Don't remove all parents that have a worse rank than an incoming DIO: we may inadvertently remove our preferred parent. Instead, remove parents with a rank that is worse than our preferred parent. If we are lucky, this will give us enough space for the new parent.
2011-02-13 14:16:15 +01:00
rpl-icmp6.c
Split the RPL header into a private and a public header.
2011-02-11 16:21:17 +01:00
rpl-of-etx.c
Slight code complexity reduction
2011-02-13 14:14:49 +01:00
rpl-of0.c
Added a hysteresis when choosing a new parent: don't switch parent unless the ETX is significantly better (1.5 ETX better).
2011-02-13 14:14:16 +01:00
rpl-private.h
Split the RPL header into a private and a public header.
2011-02-11 16:21:17 +01:00
rpl-timers.c
Split the RPL header into a private and a public header.
2011-02-11 16:21:17 +01:00
rpl.c
Split the RPL header into a private and a public header.
2011-02-11 16:21:17 +01:00
rpl.h
Split the RPL header into a private and a public header.
2011-02-11 16:21:17 +01:00