[Tinyos-devel] b6lowpan stack release
Philip Levis
pal at cs.stanford.edu
Wed Jul 16 11:58:34 PDT 2008
On Jul 16, 2008, at 8:41 AM, Stephen Dawson-Haggerty wrote:
> 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.
Have you read TEP 125?
As of 2.1, I-Frames will be the standard packet format in TinyOS
networks. So all that's needed is putting the logic down in the CC2420
stacks that pass up packets that don't match the TinyOS NALP byte. The
6lowpan stack would then not require any ActiveMessageC shadowing.
Phil
More information about the Tinyos-devel
mailing list