Dear all, I am using the AcousticLocalization app from the Vanderbilt University. I am trying to run the java app AcousticLocalization as is described in the README.txt file in: tools/java/net/tinyos/acousticlocalization/ I get stuck at the point LAUNCHING THE ACOUSTICLOCALIZATION MODULE. In the AppLoader I enter the following command: net.tinyos.acousticlocalization.AcousticLocalization but I got the following error: Could not Found module: java.lang.ClassNotFoundException: net.tinyos. acousticlocalization.AcousticLocalization Any ideas on how to fix the problem? I'm quite newbbie in this subject, any help is greatly appreciated!! Thanks in advance, Giacomo
>----Messaggio originale---- >Da: [email protected] >Data: 21/03/2012 17.39 >A: "[email protected]"<[email protected]> >Ogg: Re: Re: [Tinyos-help] Vanderbilt AcousticLocalization > >This code is for tinyos-1.x, so that should not be the issue. > >Janos > >On Wed, Mar 21, 2012 at 10:30 AM, [email protected] ><[email protected]> wrote: >> Hi Janos, >> thanks for your answer. Actually the mote I am using is exactly the mica2 and >> I compile with the command make mica2. I am using TinyOS-1.x, could that be the >> problem? >> Thanks, >> Giacomo >> >>>----Messaggio originale---- >>>Da: [email protected] >>>Data: 21/03/2012 14.57 >>>A: "[email protected]"<[email protected]> >>>Cc: "tinyos forum"<[email protected]> >>>Ogg: Re: [Tinyos-help] Vanderbilt AcousticLocalization >>> >>>Giacomo: >>> >>>The code in contrib/vu/apps/AcousticLocalization does compile for >>>mica2. If you need to get it work on another platform, you'll have to >>>figure how the makefiles need to be adapted to include the required >>>interfaces. >>> >>>Please note that this code was written 10 years ago, that is, it >>>predates micaz and iris. >>> >>>Janos >>> >>>On Wed, Mar 21, 2012 at 8:28 AM, [email protected] >>><[email protected]> wrote: >>>> Dear all, >>>> I downloaded from sourceforge all the minitasks\02\vu\ CVS folder to try >> the >>>> AcousticLocalization application of ISIS Vanderbilt University. I have put >> the >>>> folder vu in : >>>> cygwin\opt\tinyos-1.x\contrib\vu\ >>>> and I have set the environment variable VUTOS as explained in the ReadMe >> file >>>> with the command: >>>> export VUTOS=/opt/tinyos-1.x/contrib/vu/tos >>>> but when I try to compile the applications in the apps folder the system is >>>> unable to search interfaces and components in the correct folders. >>>> Has someone else faced the same problem? >>>> Hope to see some answers, >>>> thanks in advance >>>> Giacomo >>>> >>>> >>>> _______________________________________________ >>>> 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
