[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJmB2rDEyzaAb4zsuhbr_XY=4BFzHv9zwYtA5BHQzO4R8tuZ2Q@mail.gmail.com>
Date: Tue, 16 Aug 2011 22:38:08 +0400
From: Alexander Smirnov <alex.bluesman.smirnov@...il.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, dbaryshkov@...il.com,
Alexander Smirnov <alex.bluesman.smirnov@...il.com>
Subject: 6LoWPAN basic support
Hello all,
the following patch adds basic support for 6LoWPAN techology.
This is an implementation of ipv6 header compression according
RFC4944 which allows transmit data over IEEE802.15.4 networks
using IPv6 stack.
Currently it's only basic support which works with packet size less
than 128 bytes. In this patch 6LoWPAN is implemented as midle-layer
between IEEE802.15.4 and IPv6 stacks.
Features supported:
1. TCP header compression;
2. Neighbour discovery.
The following features are going to be implemented:
1. Fragmentation (the MTU of IEEE802.15.4 is 128 bytes);
2. UDP and NextHeader compression;
3. Context-based compression.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists