...
It uses a single task (sendTask
) which:
- waits for the mote to the
loc_task
helper module to have joined the network , (by pending on thejoinedSem
semaphore semaphore); - every 10s, send a UDP packet to the IPv6 address of the manager.
...
It uses a single task (sendTask
) which:
loc_task
helper module to have joined the network , (by pending on the joinedSem
semaphore semaphore);