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 will likely
be easier to feret out the right property to set...I'd tell
you but I can't find the example I used a couple years ago.

To avoid the permission problems you can make a stand-alone
Java application instead of an Applet. It's mostly a matter of
crating your own parent Frame...Look at one of the recommend
apps like Oscilloscope...

MS


Sumit Gupta wrote:
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 wondering if there is already inbuilt application which shows sniffed packets (using some GUI tool) in some sort of organized way so that I can use it and modify to my needs. If so then please tell. Also, if someone has any idea how to use ListenRaw or Listen to built other applications then please advice. Regards,
Sumit


------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to