Added a RFC7668 netif.

Works as expected, but some features are not implemented yet.

(See patch #9364: RFC7668 - 6lowpan over Bluetooth Low Energy -- a new netif)
(I've change the file names only; sg)

Signed-off-by: goldsimon <goldsimon@gmx.de>
This commit is contained in:
Benjamin Aigner
2017-05-29 18:26:36 +02:00
committed by goldsimon
parent f595445ec0
commit 10209ee788
4 changed files with 1134 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ ethernet.c
lowpan6.c
A 6LoWPAN implementation as a netif.
lowpan6_ble.c
A 6LoWPAN over Bluetooth Low Energy (BLE) implementation as netif,
according to RFC-7668.
slipif.c
A generic implementation of the SLIP (Serial Line IP)
protocol. It requires a sio (serial I/O) module to work.