Messages in this thread |  | | From | Alan Ott <> | Subject | [PATCH v2 0/2] Handle Uncompressed IPv6 on 6LoWPAN | Date | Thu, 17 Jan 2013 00:09:46 -0500 |
| |
This has been tested by exchanging data with with the Contiki operating system using a Redwire Econotag. Contiki had to be set to send uncompressed data, and had to have a #define modified to enable reception and processing of header-compressed packets when not set to send compressed data.
Version 2 fixes a format issue pointed out by David Miller.
Alan Ott (2): 6lowpan: Refactor packet delivery into a function 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN
net/ieee802154/6lowpan.c | 79 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 23 deletions(-)
-- 1.7.11.2
|  |