This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-03-13 05:30:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
net
/
mac
History
adamdunkels
1093a8fe28
Added name to mac structure. Do not turn radio on when sending a broadcast packet. Changed default off time to half a second.
2008-06-30 08:10:02 +00:00
..
ctdma_mac.c
…
ctdma_mac.h
…
cxmac.c
…
cxmac.h
…
lpp.c
Added name, made default listen time shorter
2008-06-30 08:08:59 +00:00
lpp.h
A quick, initial implementation of the LPP power-saving MAC protocol (Musaloiu-E et al, IPSN 2008)
2008-05-15 08:56:29 +00:00
mac.h
Added a 'name' field in the mac structure, which allows boot-up code to print out the name of the currently selected MAC protocol
2008-06-30 08:08:27 +00:00
Makefile.mac
A quick, initial implementation of the LPP power-saving MAC protocol (Musaloiu-E et al, IPSN 2008)
2008-05-15 08:56:29 +00:00
nullmac.c
added name to mac structure
2008-06-30 08:09:17 +00:00
nullmac.h
…
tdma_mac.c
…
tdma_mac.h
…
xmac.c
Added name to mac structure. Do not turn radio on when sending a broadcast packet. Changed default off time to half a second.
2008-06-30 08:10:02 +00:00
xmac.h
…