Re: [Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Thomas Schmid
Sarah, As Antonio mentioned, you have to be more specific. I wrote a set of python scripts that encapsulate everything Antonio mentioned, without having to write the udev rules: https://github.com/tschmid/mni It works great with TelosB/Irene nodes (i.e. any TI BSL based platform with FTDI chip or

Re: [Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Antonio Linan
You have to be more specific about the type of mote you are using and don't expect any off-the-shell answer... For Z1 motes I create an udev rule naming each with its serial number, having /dev/Mote1, /dev/Mote2 instead of /dev/ttyUSB0... this avoids having to care about which ttyUSBx specific por

Re: [Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
i was able to do this by creating a bash file. Now how to create an interface where you can select which mote you want to program? On Fri, Nov 16, 2012 at 10:42 AM, Sarah John Mwariti wrote: > Hi guys, > > > i have a small test-bed using 6 motes, whenever i send data to the motes, > i send data

[Tinyos-help] Fwd: How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
-- Forwarded message -- From: Sarah John Mwariti Date: Fri, Nov 16, 2012 at 10:42 AM Subject: How to program all the motes same time. To: tinyos-help@millennium.berkeley.edu Hi guys, i have a small test-bed using 6 motes, whenever i send data to the motes, i send data to each m

[Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
Hi guys, i have a small test-bed using 6 motes, whenever i send data to the motes, i send data to each motes in a given time. How to program all the motes same time instead of programming them one by one? Looking forward to your reply. Regards Sara. __

Re: [Tinyos-help] Test-Bed

2012-11-16 Thread Sarah John Mwariti
Hi Marcin, Thank you for replying. Regards, On Fri, Nov 16, 2012 at 8:57 AM, Marcin Szczodrak wrote: > Hi Sara, > > There is an open source project supporting developing testbeds at: > http://smartcity.cs.columbia.edu/otf > > Best, > Marcin > > > > On Thu, Nov 15, 2012 at 3:21 AM, Sarah John