Commit Graph

4 Commits (ded39b461ef5c9f954b5a50b7a242889d75f0532)

Author SHA1 Message Date
Cenk Gündoğan 052ad7cd51 trickle: switch to xtimer 8 years ago
Cenk Gündoğan 4a21c54547 sys/trickle: Makefile and include guard cleanup 8 years ago
Joakim Gebart 13832d8e62 everything: Remove filename from @file Doxygen command 8 years ago
Cenk Gündoğan c4b01b87bc rpl: RPL/Trickle with only *one* thread
This PR proposes an approach to reduce the thread count of RPL.

The current RPL/Trickle stack needs about 5 threads to handle tasks
like updating the trickle timer, routing entries and the transmission of
DAOs.

This PR modifies RPL to use only one thread with a looped `msg_recv()` call.
The message is then multiplexed to the right task.
9 years ago