nes-proj/core/net
George Oikonomou 503a992887 Make ContikiMAC more configurable
Allow the project / platform to provide values for CCA_SLEEP_TIME and LISTEN_TIME_AFTER_PACKET_DETECTED.

This is useful for sub-ghz operation.

This has been shamelessly stolen from the [Mountain Sensing project](https://github.com/feshie/contiki)

@heliosfa @kmartinez
2015-07-11 23:55:44 +01:00
..
http-socket Explicitly use the IPv6 address copy macro when copying IPv6 addresses 2015-05-10 10:51:12 +02:00
ip Merge pull request #1097 from bthebaudeau/cc2538-examples-fix-warnings 2015-06-24 11:39:24 +02:00
ip64 Treat multicast transmissions as recyclable 2015-05-10 10:36:50 +02:00
ipv4 Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
ipv6 Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
llsec CCM* module now accepts fixed-size 13-byte nonces 2015-06-29 22:51:00 +02:00
mac Make ContikiMAC more configurable 2015-07-11 23:55:44 +01:00
rime cc2538: examples: Fix build warnings 2015-06-02 01:38:11 +02:00
rpl Merge pull request #918 from cetic/pr-multi-dodag-support 2015-05-26 16:32:10 +02:00
linkaddr.c
linkaddr.h
nbr-table.c
nbr-table.h
netstack.c
netstack.h
packetbuf.c Removed packetbuf references. This was a feature that is not used anymore and only made the code more complex. 2015-04-01 21:33:02 +02:00
packetbuf.h Disable PACKETBUF_ATTR_PACKET_TYPE in the non-Rime case by default 2015-05-06 16:36:15 +02:00
queuebuf.c Remove the unused reference queuebufs, as they only make the code more complex than it needs to be 2015-04-01 10:01:57 +02:00
queuebuf.h