Hi!

On Thu, 9 Oct 2008, [EMAIL PROTECTED] wrote:

> I would like to know if there is a way of displaying some data from my
> mote in the computer without the implement of a java application. I tried
> to use the net.tinyos.tools.Listen tool, but I didn't handle it very well.
>
> Here is what I intend to do : I implemented a simple code, but some things
> are not working as expected, so I would like to check the variable values,
> and as the mote can remain attached to the base station, I was trying to
> retrieve its data somehow, but I could not find a way. I am currently
> running tinyOS2.x, under mica2 motes.

I added some examples using Python to the tos.py branch from here:
        http://hinrg.cs.jhu.edu/git/?p=razvanm/tinyos-2.x.git

You can download it using the following command:
        git clone /private/tmp/tinyos-2.x/.git/
        git checkout -b tos.py origin/tos.py
The first command will create a tinyos-2.x with the git repository while 
the second will make tos.py the current branch. Then if you do a 'find 
apps | grep py' you should get to some of the examples. :-) The effort to 
build Python scripts is on-going.

--
Razvan ME
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to