Re: [Linux-zigbee-devel] Fwd: Re: Linux-zigbee and TinyOS

2014-01-15 Thread Varka Bhadram
hai... The checking of type and network field checking is happening when a TinyOS mote receives a IEEE-802.15.4 packet from any node. So if i send IEEE-802.15.4 packet in linux from user space those two field values will be checked on TinyOS and then the packet is discarding. We can send the packe

Re: [Linux-zigbee-devel] Fwd: Re: Linux-zigbee and TinyOS

2014-01-13 Thread Alexander Aring
On Fri, Jan 10, 2014 at 07:43:32PM -0800, João Paulo Bodanese wrote: > I'm using the Linux raw sockets communication with Micaz motes > (TinyOS) and worked fine. > In the transmission from the Beagle to Micaz, I had to add the bytes > 0x3f and 0x06 after the frame header, otherwise the Micaz applic

Re: [Linux-zigbee-devel] Fwd: Re: Linux-zigbee and TinyOS

2014-01-10 Thread João Paulo Bodanese
I'm using the Linux raw sockets communication with Micaz motes (TinyOS) and worked fine. In the transmission from the Beagle to Micaz, I had to add the bytes 0x3f and 0x06 after the frame header, otherwise the Micaz application don't receive the data. Regards, João Paulo 2014/1/10 Varka Bhadram :

[Linux-zigbee-devel] Fwd: Re: Linux-zigbee and TinyOS

2014-01-10 Thread Varka Bhadram
-- Original Message -- From: Varka Bhadram To: Alexander Aring Date: January 10, 2014 at 5:12 PM Subject: Re: Linux-zigbee and TinyOS I am using telosb motes with TinyOS on it. The IEEE-802.15.4 header format at the TinyOS side different when compared to IEEE standard specifica