Re: [Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-29 Thread Chan kenniel
Hi, Tarun, after I did this, it gave me this error. Is it jdk problem? if so,could you please tell me what i should do? Thanks alot! Kenneth $ make -B ... /opt/tinyos-1.x/tools/java/net/tinyos/oscope mig java -java-classname=net.tinyos.oscope.OscopeMsg /opt/tinyos-1.x /tos/../apps /Oscilloscop

Re: [Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-29 Thread Chan kenniel
but i can run those like serial forwarder I kind of deal with jdk version before, shouldn't have such a problem guess. Could you give me more information about this? On 4/29/07, Tarun Bansal <[EMAIL PROTECTED]> wrote: One reason for this error can be that the versions of your jdk and jre d

Re: [Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-29 Thread Tarun Bansal
One reason for this error can be that the versions of your jdk and jre differ. You can try recompiling the oscilloscope application (by make -B) . See if that works. Did you uninstall/reinstall java after tinyos installation? Tarun On 4/29/07, Chan kenniel <[EMAIL PROTECTED]> wrote: Thanks, T

Re: [Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-29 Thread Chan kenniel
Thanks, Tarun, problem solved, the sf is receiving packets, however, when I wanna see the graphic panel to see results by using command " java net.tinyos.oscope.oscilloscope", it saids there's Exception in thread "main" java.lang.UnsupportedClassVersionError: net/tinyos/oscope/oscilloscope. could

Re: [Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-29 Thread Tarun Bansal
Did you start your tossim simulation (./build/pc/main.exe 1) ? As long as TOSSIM has not started, SF will keep on giving that error. Once you start TOSSIM, error won't come and the packet count on the right hand side will start increasing. Tarun On 4/29/07, Chan kenniel <[EMAIL PROTECTED]> wr

Re: [Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-29 Thread Chan kenniel
How can I make sure the tossim is started? I haven't even used the Oscilloscope, I just used the SF to listen, but it said [EMAIL PROTECTED] died :-( On 4/29/07, Tarun Bansal <[EMAIL PROTECTED]> wrote: Ensure that your TOSSIM simulation has started before you start capturing packets. Are you di

Re: [Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-29 Thread Tarun Bansal
Ensure that your TOSSIM simulation has started before you start capturing packets. Are you directly using Oscilloscope (without SF) for listening? Tarun Bansal On 4/29/07, Chan kenniel <[EMAIL PROTECTED]> wrote: dear all, I have followed you guys kind suggestion, and set the MOTECOM by using "

[Tinyos-help] Re: Simple problem about running Oscilloscope program

2007-04-28 Thread Chan kenniel
dear all, I have followed you guys kind suggestion, and set the MOTECOM by using " export MOTECOM=tossim-serial", but what it returned to me is [EMAIL PROTECTED] died -- restarting I also used the serialforwarder, and it also had that problem, the server port is 9001 Still not work :-(, whyy