1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Martin Lenders fa11d82443 Allow IEEE 802.15.4 addressing types for transceiver
IEEE 802.15.4 has two addressing modes: 16-bit short and the device's
EUI-64. Currently RIOT supports only sending of packets with 16-bit
short addresses via the transceiver interface. This patch allows at
least for the radio chips that support IEEE 802.15.4 to let the
application/upper layer decide which addressing mode to use.

Upper layer implementation will be implemented in follow-up PR to #460
2014-02-28 23:13:04 +01:00
..
ccn_lite Fix possible null pointer dereference 2014-02-20 02:29:33 +01:00
crosslayer/net_help Include kernel.h for inet_pton for MSP-430 2014-02-28 00:14:54 +01:00
include Allow IEEE 802.15.4 addressing types for transceiver 2014-02-28 23:13:04 +01:00
link_layer remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
network_layer/sixlowpan Merge pull request #680 from benpicco/fix_crash 2014-02-24 15:10:19 +01:00
routing/rpl Merge pull request #748 from authmillenon/fix-possible-null-pointer-errors 2014-02-20 21:41:50 +01:00
transport_layer/destiny Merge pull request #680 from benpicco/fix_crash 2014-02-24 15:10:19 +01:00
doc.txt Fixed a lot of comments by removing tabs and correcting format. 2013-12-16 14:00:33 +01:00