2013-03-26 13:09:49 +01:00
|
|
|
UDP IPV6 sleep
|
|
|
|
==============
|
|
|
|
|
|
|
|
Thi is an example based on the UDP-IPv6 example. A client periodically sends
|
2011-04-08 13:38:16 +02:00
|
|
|
UDP packets to a fixed server. The client will also go in a deep sleep state
|
2013-03-26 13:09:49 +01:00
|
|
|
during which all system peripherals are turned off to save as more energy as
|
2011-04-08 13:38:16 +02:00
|
|
|
possible.
|
|
|
|
|
2013-03-26 13:09:49 +01:00
|
|
|
To avoid blocking the entire OS for too long time, the system periodically
|
2011-04-08 13:38:16 +02:00
|
|
|
wakes up to let the OS poll processes and dispatch events.
|