X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestCollection%2FREADME;h=905ec365a92ca0970b198ca44344d31afeca7fcf;hb=105bebe37aff25173e8a887ab8ce260900700ee1;hp=a3d90ee012725ab63259007181af386e50fb4ce3;hpb=daa2173bc13a30a1bc2e6e154d7a5c8013fd0b0d;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/TestCollection/README b/apps/tosthreads/capps/TestCollection/README index a3d90ee0..905ec365 100644 --- a/apps/tosthreads/capps/TestCollection/README +++ b/apps/tosthreads/capps/TestCollection/README @@ -14,7 +14,7 @@ application. You can install TestCollection on a mote via the following command: make cthreads install -Valid platforms are currently: tmote, telosb, mica2, micaz and iris +Valid platforms are currently: tmote, telosb, mica2, micaz, iris, and epic At least two motes must be used by this application, with one of them installed as a base station. Base station motes can be created by installing them with @@ -34,14 +34,13 @@ section. Tools: -The Java application displays readings it receives from motes running the -MultihopOscilloscope demo via a serial forwarder. To run it, change to the -TestCollection/java subdirectory and type: +The Java application displays readings it receives from motes via a +serial forwarder. To run it, change to the java subdirectory and type: make java net.tinyos.sf.SerialForwarder -comm serial@: - # e.g., java net.tinyps.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2 - # or java net.tinyps.sf.SerialForwarder -comm serial@COM2:57600 + # e.g., java net.tinyos.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2 + # or java net.tinyos.sf.SerialForwarder -comm serial@COM2:57600 ./run NOTE:: The baud rate 57600 must be used telos based motes, as its configuration @@ -65,9 +64,4 @@ Notes: set it to 57600. Known bugs/limitations: - Warnings are issued about fan out on the 'Snoop.receive' and 'Receive.receive' - events. These warnings are harmless and are the result of providing a C based - API in which all events for receiving and snooping must be handled even if not - used by a particular application. The warnings occur because the underlying - CTP or MultihopLQI stacks wire up to particular AM ids, which are also wired - into the C API for handling message reception. + None