[Tinyos-devel] b6lowpan stack release
Stephen Dawson-Haggerty
stevedh at eecs.berkeley.edu
Wed Jul 16 08:41:32 PDT 2008
What would need to be done (for any radio) is create a version of
ActiveMessageC which does not contain the active message dispatch byte
in the header; the stack doesn't use active messages so as to be
purely 6lowpan on 802.15.4. I've done this for the cc2420 in
contrib/tos/chips/cc2420; ideally it's a trivial change. I also use
the packet link layer; it doesn't look like the rf230 has this but it
can probably be ported from the 2420 or written as a shim on top
without much trouble.
Steve
On Tue, Jul 15, 2008 at 10:53 PM, Miklos Maroti
<mmaroti at math.u-szeged.hu> wrote:
> Could you please look at the RF230 stack to see what changes you might
> need to support the IRIS platform? Miklos
>
> On Wed, Jul 16, 2008 at 6:20 AM, Stephen Dawson-Haggerty
> <stevedh at eecs.berkeley.edu> wrote:
>> Hi All--
>>
>> I'm happy to say that the Berkeley 6lowpan stack I've been developing
>> has been released into contrib . The stack is still undergoing active
>> development, but I think it's good enough to be useful to play around
>> with for people who are interested in IP. Features include IP/UDP
>> header compression using HC (currently an internet-draft),
>> fragmentation, and multi-hop IP routing (provided by an LQI-based
>> multi-tree to a router and source routing up the tree). Standard
>> tools like ping6, tracert6, and nc6 all work with the stack; it's also
>> possible to make your sensor network publicly routeable. Missing
>> pieces include support for IEEE-64 addressing, and support for radios
>> other then the cc2420, among others...
>>
>> If I've piqued your interest, there is more documentation on the
>> project wiki at
>> http://smote.cs.berkeley.edu:8000/tracenv/wiki/b6loWPAN and (of
>> course) the code in tinyos-2.x-contrib/berkeley/b6lowpan. If there's
>> something you like or hate, or have questions, I'm interested.
>> However, I will be out of the country for the next week so I can't
>> promise I'll be quick to respond.
>>
>> -- Steve
>> _______________________________________________
>> Tinyos-devel mailing list
>> Tinyos-devel at millennium.berkeley.edu
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-devel
>>
>
More information about the Tinyos-devel
mailing list