1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

64 Commits

Author SHA1 Message Date
Martine Lenders
3238ccd47e Merge pull request #3159 from authmillenon/ng_net/feat/iid
ng_net: add IID option and simplify upper layers accordingly
2015-07-01 12:47:49 +02:00
Martine Lenders
5ac2c61236 xbee: add NETCONF_OPT_IPV6_IID handler 2015-06-15 12:32:14 +02:00
Hauke Petersen
55e0362814 drivers/xbee: use GPIO_UNDEF instead of GPIO_NUMOF 2015-06-14 16:12:47 +02:00
Hauke Petersen
2cc2d9f740 drivers: adjusted drivers to changed GPIO interface 2015-06-12 19:10:29 +02:00
Martine Lenders
f4392f7661 xbee: make address length configurable
6LoWPAN-ND states [1] that the IPv6 address should be generated from the
EUI-64 of the interface, since it can be assumed as globally unique and
would not require duplicate address detection. Currently the xbee module is
not able to use any other address for short address with IPv6 since
NETCONF_OPT_SRC_LEN always returns 2. This patch fixes that.

[1] https://tools.ietf.org/html/rfc6775#section-5.2
2015-06-11 19:51:35 +02:00
Oleg Hahm
67042901bc xbee: remove superfluous includes 2015-05-18 15:30:25 +02:00
Oleg Hahm
92f4dec8da xbee: use last 2 octets of EUI64 for short address
Dependency two CPUID and hard coded default short address are
superfluous now.
2015-05-18 15:30:25 +02:00
Hauke Petersen
b48561785e drivers/xbee: added getter for addr_len and src_len 2015-04-23 16:30:07 +02:00
Hauke Petersen
7b29947b6d drivers/xbee: optimized addr generation from CPUID 2015-04-23 15:52:54 +02:00
Hauke Petersen
727ddb9dc4 drivers/xbee: misc fixes to xbee driver
- fixed sending of with long addresses
- corrected type setting of netif hdr pktsnips
2015-04-20 18:13:17 +02:00
Martine Lenders
e4deb1e50e xbee: add maximum packet size option 2015-04-16 18:46:16 +02:00
Hauke Petersen
fa0a887dd5 drivers/xbee: declared private functions as static 2015-04-14 11:49:10 +02:00
Martine Lenders
26e72b594f drivers.xbee: adapt driver for bc/mc flags 2015-04-03 16:05:10 +02:00
Hauke Petersen
8a20f2f401 drivers: added support for Xbee modules 2015-03-24 23:19:29 +01:00