osd-contiki/examples/mbxxx/udp-ipv6-sleep/README.md

11 lines
428 B
Markdown
Raw Normal View History

2013-07-11 17:50:15 +02: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.