Re: [Linux-zigbee-devel] linux-zigbee and 6lowpan.c

2013-02-12 Thread Ralph Droms (rdroms)
I'm working on fragmentation in 6lowpan.c. I've fixed a problem with the offset computation. According to RFC 6282, the offset in the fragmentation head is supposed to give the lotion of the fragment data in the original (uncompressed) datagram. 6lowpan.c computes the offset from the compress

Re: [Linux-zigbee-devel] linux-zigbee and 6lowpan.c

2013-02-12 Thread Tony Cheneau
Hello Ralph, I want to provide a quick reply to your mail as I won't have time to provide an elaborated answer. You are right, the current stack does not interroperate correctly with other stack right now. If I'm not mistaken, Alan made just enough modifications to the stack so that it can c

Re: [Linux-zigbee-devel] linux-zigbee and 6lowpan.c

2013-02-12 Thread Ralph Droms (rdroms)
Thanks, Tony. I've cloned net-next and will start working against that version of 6lowpan.c, etc. I'll be happy to contribute any fixes I develop if I can figure out how to prepare and submit them. - Ralph On Feb 12, 2013, at 10:37 AM 2/12/13, Tony Cheneau wrote: > Hello Ralph, > > I want