Re: [Linux-zigbee-devel] 6lowpan: Device or resource busy

2013-03-05 Thread Wolf-Bastian Pöttner
Hi! Am 04.03.2013 um 20:04 schrieb Sascha Herrmann : > I'm not using lowpan, but one reason you can get this messages is, that > your interface is already up when you try to set the mac address. Maybe > try a ifconfig lowpan0 down before configuring it. On my raspberry the > ifplugd of the raspia

Re: [Linux-zigbee-devel] izcoordinator not working

2013-03-05 Thread Wolf-Bastian Pöttner
Hi! Am 04.03.2013 um 19:57 schrieb Sascha Herrmann : > Did you apply the patch against izcoordinator, which was send by Tom > Carroll to the list some time ago? It fixed some error handling with > libnl but isn't included in the git repository at the moment :( > http://comments.gmane.org/gmane.l

Re: [Linux-zigbee-devel] izcoordinator not working

2013-03-05 Thread Christophe Aeschlimann
Le 05.03.2013 13:15, Wolf-Bastian Pöttner a écrit : > $ izcoordinator -i wpan0 -d 1 -s 1 -p 777 -c 23 -l lease [...] > GDB tells me, that the coordinator sits here: That's why Alan in his setup script [1] calls the coordinator with the & at the end... [1] http://www.signal11.us/oss/elce2012/se

Re: [Linux-zigbee-devel] izcoordinator not working

2013-03-05 Thread Christophe Aeschlimann
Hi Bastian, Le 05.03.2013 13:15, Wolf-Bastian Pöttner a écrit : > Am 04.03.2013 um 19:57 schrieb Sascha Herrmann : >> Hmm, are you using the standard kernel 3.6.11 for the raspberry? The >> code from the mainline kernel is missing the assoc feature and I would >> expect it would crash with an n

[Linux-zigbee-devel] 6lowpan: strange addressing?

2013-03-05 Thread Wolf-Bastian Pöttner
Hey guys, finally I have 6lowpan running. However, acknowledgement of frames is not working. When I enable address filtering in the at86rf230, I only receive broadcast frames and no unicast frames anymore. The reason seems to be the addressing. I have setup my wpan0 device to use this address

Re: [Linux-zigbee-devel] izcoordinator not working

2013-03-05 Thread Wolf-Bastian Pöttner
Hi! Am 05.03.2013 um 14:30 schrieb Christophe Aeschlimann : > That's your "problem". I see - so the coordinator with association cannot work per se. Thanks for the insight! > P.S. I would be interested by your lowpan-tools patches to set the short > address directly. You find it attached.

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

2013-03-05 Thread Wolf-Bastian Pöttner
Hi! Am 20.02.2013 um 03:00 schrieb Ralph Droms (rdroms) : > What I want to do is update the header compression and fragmentation code so > it interoperates using header compression. I think I have code for header > compression and send-side fragmentation. I still need to work on the > receiv

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

2013-03-05 Thread Ralph Droms (rdroms)
On Mar 5, 2013, at 10:59 AM 3/5/13, Wolf-Bastian Pöttner wrote: > Hi! > > Am 20.02.2013 um 03:00 schrieb Ralph Droms (rdroms) : > >> What I want to do is update the header compression and fragmentation code so >> it interoperates using header compression. I think I have code for header >>

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

2013-03-05 Thread Alan Ott
On 02/19/2013 06:19 PM, Alan Ott wrote: > You have to change the compression type to IPV6 on the Contiki side, but > that just handles sending. You have to also make a mod to make Contiki > to _accept_ compressed packets (because changing the compression type to > IPV6 on the contiki side remove

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

2013-03-05 Thread Alan Ott
On 03/05/2013 02:38 PM, Ralph Droms (rdroms) wrote: > On Mar 5, 2013, at 10:59 AM 3/5/13, Wolf-Bastian Pöttner > wrote: > >> Hi! >> >> Am 20.02.2013 um 03:00 schrieb Ralph Droms (rdroms) : >> >>> What I want to do is update the header compression and fragmentation code >>> so it interoperates us

Re: [Linux-zigbee-devel] izcoordinator not working

2013-03-05 Thread Sascha Herrmann
Hi Christophe, >> Looks like both are waiting for something. But for what? > > For someone to implement assoc/disassoc in mainline kernel... > > A little bit of history : > > These mac commands were part of the original linux-zigbee tree but they > were never ported to mainline kernel so at th

Re: [Linux-zigbee-devel] izcoordinator not working

2013-03-05 Thread Sascha Herrmann
Hi Bastian, >> P.S. I would be interested by your lowpan-tools patches to set the >> short address directly. > You find it attached. If this is something that is interesting for > other people than just me, I could polish it up as a proper patchset. I think, its just interesting for some more