Hi all,

I am stuck in a situation where I want to debug my MAC protocol. I already
have this sniffing application i.e. "Daintree NetworksSensor Network
Analyzer" and am able to over the 802.15.4 ongoing communication from it.
But in order to get to the root of the problem, I need to decode those
packets which the sniffer sniffs in Hex form. Now, I am wonder is there a
way, I can use the MsgReader class for it, but now I want this class file
to get its input from a text file rather than a serial port or a serial
forwarder as input?

So the usual way of if is something as follows:

java net.tinyos.tools.MsgReader  -comm serial@/dev/ttyUSB0:telos Filename


My question is that, is there a way to make it something like this:


java net.tinyos.tools.MsgReader  input_file Filename


Does any one has any ideas how to do it, or proposed some other solution,
as already proven effective.


VG,
Wasif Masood!
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to