[Tinyos-help] Problem on updating XubuntOS and TinyOS

2010-11-05 Thread rozagh
Dear Klueska and tinyOS help group, This is Roza Ghamari from Boston university. We try to use the XubuntOS for our course laboratory in order to provide students with a better environment. However, I encountered a problem while I tried to update the OS. all of the servers defined for software

Re: [Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-05 Thread Ryo Sugihara
I had a similar problem and the following page by Geoffrey Lo (especially step 2) worked great for me. http://www.geoffreylo.com/resources/tinyos-primer/ Thanks, Ryo On Wed, Nov 3, 2010 at 1:46 AM, Romain Bornet bornet.rom...@gmail.com wrote: Hi Michael, hi all, Are you sure your CLASSPATH is

Re: [Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-05 Thread Romain Bornet
Hi Ryo, Thank you very much for the link. Since I now installed and compiled from source, everything is OK for me but it's really a useful link. I will put it on the TOS wiki in the install article so that others who also work on Vista/7 can install without trouble. Regards from Switzerland!

[Tinyos-help] Multihop IEEE 802.15.4

2010-11-05 Thread rodolfo de paz
Hello all, What are the TinyOS options to create a multihop IEEE 802.15.4 duty cycled WSN network? Is still the only possibility the macTDBS implementation of the open-zb stack? I see looking at the Tinyos code that a wrapper has been created to use the TKN-15.4 stack with the Zigbee

[Tinyos-help] disabling crc in mica2

2010-11-05 Thread Vishal Sharma
Hi. We are working on a project where we would like the CRC check to be disabled. We are using tinyOS2.1.1, on mica2 motes and using AVRora to simulate the performance. It seems that there is no FLAG for disabling this check. On a crude note, we simply forced the crc.h file in atm128 folder to

[Tinyos-help] ReadStream and Serial port

2010-11-05 Thread Elham Dolatabadi
Hi all, I am working on oscilloscope application and instead of Read interface I use ReadStream. The sampling interval is about 14 ms and each packet contains 10 readings. On the other hand, I tried to read the serial port by MATLAB using Serial I/O toolbox. My problem is that some packets

[Tinyos-help] SerialForwarder Help

2010-11-05 Thread José Eduardo S . C . Xavier
Hi, i want to use SerialFotwarder but it get me some erros: *r...@ze-kpc:/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/sf# java SerialForwarder.class* *Exception in thread main java.lang.NoClassDefFoundError: SerialForwarder/class* *Caused by: java.lang.ClassNotFoundException:

[Tinyos-help] How to know if the mote's radio module telosb work?

2010-11-05 Thread Augusto Alonso de la Cruz Jimenez
Hi all, This is my first post, although I read the mailing-list several monts ago. I have three telosb motes: two says 'moteiv tmote sky' and other one say 'Sentilla tmote sky'. I installed and tested the Oscilloscope application in the three motes. The green LED should blink when send reading,

[Tinyos-help] Problem with MoteView 2.0

2010-11-05 Thread Anubhav Rath
Hello all, I am a new to this forum as well as to world of WSN. I am using a MIB520 gateway, MDA100 Sensor Board and MicaZ motes to set up a WSN. Using MoteConfig, I was able to configure all the motes, even Over-The-Air, i.e. through the base station. So all my motes now show a Ready Status

[Tinyos-help] Unable to specify device ID

2010-11-05 Thread Magnus Morton
Hi, I've been having problems when using my notebook linux machine, in that I'm not able to specify the device ID when installing a program: the device ID always defaults to 1. This used to work fine, and still works on my desktop PC. I have tried reinstalling tinyos and have checked my

Re: [Tinyos-help] Routing protocol

2010-11-05 Thread Omprakash Gnawali
On Wed, Nov 3, 2010 at 12:15 PM, Davide Pusceddu @ CIT davide.pusce...@mycit.ie wrote: Hi all, I've recently installed tinyos-2.1.1 and I'm testing the blip stack on telosb and iris using IPBaseStation and UDPEcho applications. I've few questions: What is the routing protocol implemented

Re: [Tinyos-help] msg-data

2010-11-05 Thread Omprakash Gnawali
On Wed, Nov 3, 2010 at 11:43 AM, wasif masood rwmas...@gmail.com wrote: Hi All, I have a simple question, Is  Packet.getPayload(msg) == msg-data (always) No. In your stack, you might have multiple protocols that interpret different parts of msg-data as header and payload. - om_p

Re: [Tinyos-help] Collection Protocol

2010-11-05 Thread Omprakash Gnawali
On Tue, Nov 2, 2010 at 1:18 AM, (¯`•._.•Lance•._.•´¯) steve1314...@gmail.com wrote: HI all,     I would like to implement the collection Protocol. What is the setting and arrangement of the network? Can i use tinyos 1.x ? Do i need to update to 2.x ? CTP is available only on 2.x. You can

Re: [Tinyos-help] Collection Protocol

2010-11-05 Thread ¯`•._.•Lance•._.•´¯
The current tinyos1.x i am using was installed via Cross bow disc .So, may i ask if i wan to upgrade to tinyos 2.x .Is all the producers same as provided from this link http://www.tinyos.net/dist-2.0.0/tinyos-2.0.0beta2/doc/html/upgrade-tinyos.html?. thanks regards, steve On Sat, Nov 6, 2010 at

[Tinyos-help] i can run 6lowpancli and seial_tunnel but how can i analysis 6lowpan packet format

2010-11-05 Thread ngocthanhdinh
Hello every one, I ran 6LoWPANcli with serial_tun successfully, when I ping6 , it can print some packet in serial_tun. 6lowpan_compress Length: 43 00 ff. But when I use wireshark to capture 6LoWPAN packet and try to analysis with 6LoWPAN packet format. But it cannot show 6LoWPAN packet

[Tinyos-help] make fails with error regarding libtoscomm.jnilib

2010-11-05 Thread Seamus Rooney
Hi All, I am trying to install TinyOS on a new mac book pro with Snow Leopard 10.6.4. I am following these instructions http://research-machine.blogspot.com/2010/01/how-to-install-tinyos-2-on-macosx-106.html and I have also tried these

Re: [Tinyos-help] CC2420: length field in 802.15.4 header is used without initialisation, fcf field not set in any case

2010-11-05 Thread Stephen Dawson-Haggerty
Yes, you are correct. Thanks for suggesting the changes -- can you check out 5215 and verify that this fixes the problem? Thanks, Steve On Thu, Nov 4, 2010 at 9:34 PM, Silvan Nellen nel...@cmc.ca wrote: Hello, I have two issues regarding revision 5214 (the newest at the time of writing)