osd-contiki/examples/mb851/udp-ipv6-sleep
Rémy Léone e6bd4f1dde Rename to md 2013-03-26 23:15:37 +01:00
..
Makefile Added functions and example for deep sleep on mb851. 2011-04-08 11:53:48 +00:00
Makefile.target Added Makefile.target for mb851. 2011-04-14 08:01:49 +02:00
README.md Rename to md 2013-03-26 23:15:37 +01:00
udp-client.c Added functions for deep sleep to mbxxx platform. 2011-04-27 18:12:23 +02:00
udp-server.c Added functions and example for deep sleep on mb851. 2011-04-08 11:53:48 +00:00

README.md

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.