contiki/examples/mb851/udp-ipv6-sleep/README.markdown
Rémy Léone 7b40a568a6 Update to markdown
- Spellchecking
- Update plain text to github markdown
2013-03-26 16:55:19 +01:00

407 B

UDP IPV6 sleep

Thi is an example based on the UDP-IPv6 example. A client periodically sends UDP packets to a fixed server. The client will also go in a deep sleep state during which all system peripherals are turned off to save as more energy as possible.

To avoid blocking the entire OS for too long time, the system periodically wakes up to let the OS poll processes and dispatch events.