On Mon, Dec 13, 2010 at 8:59 PM, Vineeth Mohan <
[email protected]> wrote:

> Hi all,
> I was trying to chechk the packetsource using the TestSerial app... but i
> couldnt find it in the apps directory, please help.
>


In the standard release, /opt/tinyos-2.1.1, has apps at the top level.
 /opt/tinyos-2.1.1/apps.

To find stuff, I use find (see "man find").  ie.

find . -iname "*testserial*"


zot (6): cd /opt/tinyos-2.1.1/
zot (7): !find
find . -iname "*testserial*"
./apps/tests/NxFloat/TestSerialC.nc
./apps/tests/NxFloat/TestSerial.java
./apps/tests/NxFloat/TestSerialAppC.nc
./apps/tests/NxFloat/TestSerial.h
./apps/tests/TestSerial
./apps/tests/TestSerial/TestSerialC.nc
./apps/tests/TestSerial/TestSerial.java
./apps/tests/TestSerial/TestSerialAppC.nc
./apps/tests/TestSerial/TestSerial.h
./tos/lib/tossim/sf/examples/TestSerial.c
./tos/lib/tossim/sf/examples/TestSerial.py
./tos/lib/tossim/sf/examples/TestSerialSFClient.py
zot (8):

The TestSerial you are looking for is apps/tests/TestSerial


This is pretty basic.



> thanks and regards
> --
> Vineeth Mohan
> PRO & Webmaster | IEEE SB
> Amrita Vishwa Vidyapeetham
> +91 9447362401
> www.amritaieee.wordpress.com
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to