[Tinyos-devel] Python SDK for TinyOS 2.x
Matt Welsh
mdw at eecs.harvard.edu
Fri Sep 14 12:01:23 PDT 2007
We've developed a Python based SDK for TinyOS, allowing you to write
Python programs that talk to serialforwarder, send and receive packets,
and so forth. This is basically a subset of the Java SDK functionality
and has a fairly similar interface (if you know how to use mig and
MoteIF in Java, it will look very familiar).
It's checked into tinyos-2.x/support/sdk/python. Look at MoteIF.py for a
starting point. Use mig with the appropriate python options to generate
python classes from your TinyOS messages (ncg works too).
Thanks to Chad Metcalf for testing and checking the code in to the tree!
Matt Welsh
More information about the Tinyos-devel
mailing list