From: scipio Date: Sat, 20 Oct 2007 00:14:19 +0000 (+0000) Subject: Fix typos and add source addr. X-Git-Tag: release_tinyos_2_1_0_0~683 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=056c9e7265aa03a81dcbc72f592bb278fa68b4ba Fix typos and add source addr. --- diff --git a/doc/html/tutorial/lesson11.html b/doc/html/tutorial/lesson11.html index a93715b9..9f49f934 100644 --- a/doc/html/tutorial/lesson11.html +++ b/doc/html/tutorial/lesson11.html @@ -1295,7 +1295,7 @@ int main() { r->add(i, j, -50.0); } } - for (int j = 0; i < 500; j++) { + for (int j = 0; j < 500; j++) { m->addNoiseTraceReading((char)(drand48() * 20) - 70); } m->createNoiseModel(); diff --git a/doc/html/tutorial/lesson4.html b/doc/html/tutorial/lesson4.html index 2c9ff00b..eb76950b 100644 --- a/doc/html/tutorial/lesson4.html +++ b/doc/html/tutorial/lesson4.html @@ -233,17 +233,17 @@ $ java net.tinyos.tools.Listen packet it sees. Your output should look something like this:

-00 FF FF 04 22 06 00 02 00 01
-00 FF FF 04 22 06 00 02 00 02
-00 FF FF 04 22 06 00 02 00 03
-00 FF FF 04 22 06 00 02 00 04
-00 FF FF 04 22 06 00 02 00 05
-00 FF FF 04 22 06 00 02 00 06
-00 FF FF 04 22 06 00 02 00 07
-00 FF FF 04 22 06 00 02 00 08
-00 FF FF 04 22 06 00 02 00 09
-00 FF FF 04 22 06 00 02 00 0A
-00 FF FF 04 22 06 00 02 00 0B
+00 FF FF 00 00 04 22 06 00 02 00 01
+00 FF FF 00 00 04 22 06 00 02 00 02
+00 FF FF 00 00 04 22 06 00 02 00 03
+00 FF FF 00 00 04 22 06 00 02 00 04
+00 FF FF 00 00 04 22 06 00 02 00 05
+00 FF FF 00 00 04 22 06 00 02 00 06
+00 FF FF 00 00 04 22 06 00 02 00 07
+00 FF FF 00 00 04 22 06 00 02 00 08
+00 FF FF 00 00 04 22 06 00 02 00 09
+00 FF FF 00 00 04 22 06 00 02 00 0A
+00 FF FF 00 00 04 22 06 00 02 00 0B
 
@@ -265,6 +265,7 @@ The overall message format for the BlinkToRadioC application is therefore (ignoring the first 00 byte):