mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
101575fbe2
This PR simply adds a packet sent callback to the unicast connection used in the example. Every time a packet is sent the callback is called and prints the linkaddr_t dest, the MAC status of the message sent, and the link layer number of transmissions of the packet. This can be used to compute link quality estimations. |
||
---|---|---|
.. | ||
example-abc.c | ||
example-announcement.c | ||
example-broadcast.c | ||
example-broadcast.csc | ||
example-collect.c | ||
example-collect.csc | ||
example-mesh.c | ||
example-multihop.c | ||
example-neighbors.c | ||
example-polite.c | ||
example-rucb.c | ||
example-rudolph1.c | ||
example-rudolph2.c | ||
example-runicast.c | ||
example-trickle.c | ||
example-unicast.c | ||
Makefile |