[Tinyos-devel] new version of tos.py

Razvan Musaloiu-E. razvanm at cs.jhu.edu
Thu Dec 11 13:37:11 PST 2008


Hi!

I have a new version of tos.py library in the tos.py head from here:
 	http://hinrg.cs.jhu.edu/git/?p=razvanm/tinyos-2.x.git
This latest version includes:
  * support for MIB600
  * a generic dump program (tos-dump) that has support for decoding the
    printf packets
  * a few example programs for some of the applications (Oscilloscope,
    MultihopOscilloscope, TestFtsp, TestLocalTime).

A summary of the differences with the main CVS is the following:

  apps/MultihopOscilloscope/oscilloscope.py          |   30 +
  apps/Oscilloscope/oscilloscope.py                  |   29 +
  apps/tests/TestFtsp/FtspDataLogger.py              |   33 +
  apps/tests/TestLocalTime/README.txt                |    3 +
  apps/tests/TestLocalTime/dump.py                   |   22 +
  apps/tests/TestSerial/README.txt                   |    3 +
  apps/tests/deluge/Blink/burn                       |   57 +-
  apps/tests/deluge/Blink/burn-net                   |   36 +-
  support/sdk/python/tos.py                          |  946 +++++++-------------
  tools/tinyos/misc/Makefile.am                      |    3 +-
  tools/tinyos/misc/tos-deluge                       |   54 +-
  tools/tinyos/misc/tos-dump.py                      |   17 +

If there are no complains I want to push the changes to the CVS and 
spend some time over the weekend to update the wiki with some documentation.

Some background info: tos.py is used by the tos-deluge program from Deluge 
T2.

Note: the tos.py tree is using a default baudrate of 57600 for telos. This 
change is local and will not be included in the commit.

--
Razvan ME


More information about the Tinyos-devel mailing list