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-01-25 18:30:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
net
/
mac
History
adamdunkels
dc7491f810
Bugfix and optimization: X-MAC did not properly switch the radio off after sending a packet, resulting in increased power consumption. For packets that require an ACK, we can let the radio be on in anticipation of the ACK (controlled with an WITH_ACK_OPTIMIZATION option)
2009-03-05 19:37:52 +00:00
..
ctdma_mac.c
Changed all occurences of u8_t and u16_t to uint8_t and uint16_t
2008-02-24 22:10:30 +00:00
ctdma_mac.h
…
cxmac.c
Changed all occurences of u8_t and u16_t to uint8_t and uint16_t
2008-02-24 22:10:30 +00:00
cxmac.h
…
lpp.c
Include random.h
2009-02-20 21:22:39 +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
Documentation bugfix
2008-07-02 14:10:28 +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
updated for latest mac driver structure
2008-11-12 12:42:41 +00:00
tdma_mac.h
updated for latest mac driver structure
2008-11-12 12:42:41 +00:00
xmac.c
Bugfix and optimization: X-MAC did not properly switch the radio off after sending a packet, resulting in increased power consumption. For packets that require an ACK, we can let the radio be on in anticipation of the ACK (controlled with an WITH_ACK_OPTIMIZATION option)
2009-03-05 19:37:52 +00:00
xmac.h
…