osd-contiki/examples/mbxxx/udp-ipv6-sleep
2014-01-26 23:20:23 +01:00
..
Makefile Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
Makefile.target Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
README.md Fixed mbxxx platform 2013-07-11 17:56:17 +02:00
udp-client.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
udp-server.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00

UDP-IPv6 Client and Server

This 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 wich 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 periocally wakes up to let the OS poll processes and dispatch events.