[Tinyos-2-commits]
CVS: tinyos-2.x/apps/Oscilloscope README.txt, 1.4, 1.5
David Gay
idgay at users.sourceforge.net
Mon Aug 13 08:51:22 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32400
Modified Files:
README.txt
Log Message:
clarify need for BaseStation mote
Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.txt 12 Dec 2006 18:22:48 -0000 1.4
--- README.txt 13 Aug 2007 15:51:20 -0000 1.5
***************
*** 4,12 ****
Description:
! Oscilloscope is a simple data-collection demo. It periodically samples the
! default sensor and broadcasts a message every 10 readings. These readings
! can be displayed by the Java "Oscilloscope" application found in the java
! subdirectory. The sampling rate starts at 4Hz, but can be changed from the
! Java application.
You can compile Oscilloscope with a sensor board's default sensor by compiling
--- 4,13 ----
Description:
! Oscilloscope is a simple data-collection demo. It periodically samples
! the default sensor and broadcasts a message over the radio every 10
! readings. These readings can be received by a BaseStation mote and
! displayed by the Java "Oscilloscope" application found in the java
! subdirectory. The sampling rate starts at 4Hz, but can be changed from
! the Java application.
You can compile Oscilloscope with a sensor board's default sensor by compiling
***************
*** 18,24 ****
Tools:
! The Java application displays readings it receives from motes running the
! Oscilloscope demo via a serial forwarder. To run it, change to the java
! subdirectory and type:
make
java net.tinyos.sf.SerialForwarder -comm serial@<serial port>:<mote>
--- 19,27 ----
Tools:
! To display the readings from Oscilloscope motes, install the BaseStation
! application on a mote connected to your PC's serial port. Then run the
! Oscilloscope display application found in the java subdirectory, as
! follows:
! cd java
make
java net.tinyos.sf.SerialForwarder -comm serial@<serial port>:<mote>
More information about the Tinyos-2-commits
mailing list