]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Improvements to tos.py.
authorrazvanm <razvanm>
Mon, 15 Dec 2008 00:50:37 +0000 (00:50 +0000)
committerrazvanm <razvanm>
Mon, 15 Dec 2008 00:50:37 +0000 (00:50 +0000)
commit34d26870bda4aaaf1306b27f535b39ff3fc011f2
tree60e9f7068fb49d3e8d5778b52ee22aa62d807dd3
parentf6780f680fc3306ef6074b7414b6705e4f5dd2d5
Improvements to tos.py.

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).
12 files changed:
apps/MultihopOscilloscope/oscilloscope.py [new file with mode: 0644]
apps/Oscilloscope/oscilloscope.py [new file with mode: 0644]
apps/tests/TestFtsp/FtspDataLogger.py [new file with mode: 0644]
apps/tests/TestLocalTime/README.txt
apps/tests/TestLocalTime/dump.py [new file with mode: 0644]
apps/tests/TestSerial/README.txt
apps/tests/deluge/Blink/burn
apps/tests/deluge/Blink/burn-net
support/sdk/python/tos.py
tools/tinyos/misc/Makefile.am
tools/tinyos/misc/tos-deluge
tools/tinyos/misc/tos-dump.py [new file with mode: 0644]