goldsimon
a4b9beef04
Move common 6LoWPAN code to new file lopwan6_common.c
...
This is mainly IPHC (de)compression.
TODO: adapt the 6LoWPAN-over-BLE netif to this.
Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-03-21 20:55:05 +01:00
Dirk Ziegelmeier
104a629a51
zepif: Convert to dual-stack
2018-03-15 09:21:32 +01:00
goldsimon
972f32dd47
zepif: fix compiling with IPv4 disabled
2018-03-07 19:58:09 +01:00
goldsimon
91a2d9e237
zepif: fix comment for calling netif->input()
2018-03-05 08:40:51 +01:00
goldsimon
5474498f7e
zepif: call netif->input instead of tcpip_6lowpan_input for rx packets
...
This allows reusing zepif e.g. with contiki 6LoWPAN code for testing.
2018-03-05 06:43:57 +01:00
Dirk Ziegelmeier
08bf8b7121
Improve documentation for 6LOWPAN BLE and ZEPIF
2018-03-03 11:00:04 +01:00
goldsimon
282e1601ef
finally got zepif running
2018-03-02 13:01:05 +01:00
goldsimon
cb746a1aea
zepif: fix destination IP (default should be broadcast, not 0.0.0.0)
2018-03-01 07:08:03 +01:00
goldsimon
002ba1a66b
zeoif: ZEPIF_LOOPBACK should be 0 default, not 1
2018-03-01 06:15:55 +01:00
goldsimon
43a55003da
Added a netif encapsulating 6LowPAN in ZEP (ZigBee Enxapsulation Protocol)
...
This protocol is sent over a 2nd netif via UDP/IP and can used to analyze
6LoWPAN with a Wireshark dissector.
Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-28 22:58:48 +01:00