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 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
