[Tinyos-help] Any Java application for Listen

2006-09-24 Thread Tarun Bansal
Ypu can try Ocilloscope Application. Its base-station end (which runs on computer, not motes) is coded in Java. see http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson6.html However, you have to modify the code slightly to display the bits of the message before typecasting it. I am trying to

Re: [Tinyos-help] Any Java application for Listen

2006-09-24 Thread John Kimani
You can also check the TinyOS Message Center Tool. It's a build in TinyOS java application (GUI Based) which can be used to manipulate and monitor how tinyOS messages (packets) are received and sent. Here is the link:http://www.tinyos.net/tinyos-1.x/doc/mcenter.htmlGood luckJohn KimaniSumit

Re: [Tinyos-help] Any Java application for Listen

2006-09-24 Thread Michael Schippling
If your problem with Applet and listening has to do with the serial port not being openable, it's because access permissions for Applets are very limited. There's probably a property that can be set for open permissions. The same will go for trying to open a port to SerialForwarder, although it

[Tinyos-help] Any Java application for Listen

2006-09-23 Thread Sumit Gupta
I am trying to generate a simple GUI using ListenRaw which will print contents of sniffed packets in an organised (tabular) form for users. I am trying to use Applets so that I can update them on fly but right now my applet is showing some wierd errors with whom I am struggling now. I am just