If you have installed tinyos on cygwin sucessfully, then you can use the java Listen application (i have done it so many times). You need to install a 32-bit java even on a 64-bit windows, then get the tinyos-tools installed, which should install the toscomm.dll and other stuff at the right place. Miklos
On Tue, Oct 30, 2012 at 2:36 PM, Peeyush Deshpande <[email protected]> wrote: > Hi all, > > I want to listen to the radio transmissions coming to my Base station > (XSniffer in Cygwin) program. > Though I am able to receive and see the data through "XSniffer 1.0" tool, I > want to parse the data manually and use certain part of message. > > In linux version of tiny os we have "net.tinyos.tools.Listen.java" program > which allows us to modify the code and use it as required, but here I am not > able to find any such program. > I would like if any one can tell me about any such code available or tell me > is there any way to collect the data from "XSniffer 1.0" tool and process it > manually. > > Below link tells about Listen.java program. This Listen program makes use of > certain file which are from tinyos directories, so I am not able to re-use > it as well. > http://docs.tinyos.net/tinywiki/index.php/Mote-PC_serial_communication_and_SerialForwarder > > Regards, > Peeyush > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
