My end goal is to be able to re-transmitting the message to other 802.15.4
devices so I cannot dump it into a file. The decoder would be a simple one.
Translation can easily be done by hand or even looking at the raw date
itself (source, destination, short message.) Let's say if I have a block
that
@gnu.org
Subject: Re: [Discuss-gnuradio] trying to create a simple packet analyzer in
gnuradio
On Fri, 16 Dec 2011 09:48:35 -0500, Fon, Rithirong Thandee wrote:
Hello,
I'm trying to make a packet analyzer with gnuradio which will translate
802.15.4 messages for me. I already have a gnu
On Fri, 16 Dec 2011 09:48:35 -0500, Fon, Rithirong Thandee wrote:
> Hello,
>
> I'm trying to make a packet analyzer with gnuradio
which will translate 802.15.4 messages for me. I already have a gnuradio
block that would pass my a raw data of the message from that start of
frame. Right now t
Hello,
I'm trying to make a packet analyzer with gnuradio which will translate
802.15.4 messages for me. I already have a gnuradio block that would pass
my a raw data of the message from that start of frame. Right now the
messages are saved into a text file by connecting this block to a file
sink.