discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] trying to create a simple packet analyzer in gnur


From: Fon, Rithirong Thandee
Subject: Re: [Discuss-gnuradio] trying to create a simple packet analyzer in gnuradio
Date: Fri, 16 Dec 2011 11:38:25 -0500

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 receive a message "hello," all I need it the message header and re-transmitting with "hello world" as a message.  

On Fri, Dec 16, 2011 at 9:48 AM, Fon, Rithirong Thandee <address@hidden> 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 the messages are saved into a text file by connecting this block to a file sink. I'm not sure how I read each message and analyze them. I don't know much about programming in gnuradio/python. Can someone suggest me what to do? 

Thank you very much,
Rithirong Thandee


reply via email to

[Prev in Thread] Current Thread [Next in Thread]