Matt Welsh wrote:
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.

Sounds great. I've been using the c++ serial forwarder. Has it been tested with that yet? Does it parallel the whole java process of making message classes?

Might it be just changing .java to .py
in a Makefile like:

==========================
COMPONENT=ReadMoistureSensorsC
SENSORBOARD=a2d12ch

BUILD_EXTRA_DEPS=MoistureSensorsMsg.class
MoistureSensorsMsg.class:  MoistureSensorsMsg.java
        javac MoistureSensorsMsg.java

MoistureSensorsMsg.java:
mig java -target=null -java-classname=MoistureSensorsMsg ReadMoistureSensors.h MoistureSensorsMsg -o $@

include $(MAKERULES)
===============================

Thanks,

John Griessen
--
Ecosensory
tinyOS devel on:  ubuntu Linux;   tinyOS v2.0.2;   telosb ecosens1
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to