1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/link_layer/csma_sender
Kévin Roussel eaecf17891 Adding an helper 'csma_sender' module, to be able to send packets in CSMA/CA
mode, without having to guess if network device does it automatically or not
and being forced to handle it in your (higher level) code
(Corrected, compilation-errors free version)
2016-02-10 11:43:47 +01:00
..
gnrc_csma_sender.c Adding an helper 'csma_sender' module, to be able to send packets in CSMA/CA 2016-02-10 11:43:47 +01:00
Makefile Adding an helper 'csma_sender' module, to be able to send packets in CSMA/CA 2016-02-10 11:43:47 +01:00