[Tinyos-help] c-based serial forwarder...sending packet problems

2006-03-05 Thread Arthur Kunkle
I am currently working on a project in which we are trying to use the code developed in tools/src/sf in conjunction with a mote running TOSBase as the relay station.  The listening functionality works great, we just run sf, then use sflisten to grab all of the packets from the network. The pro

[Tinyos-help] Compilation problem due to MicroTimerM.nc in High Frequency Sampling program

2006-03-05 Thread Amit Satpathy
Hi. I am currently trying to compile the High Frequency Sampling program from the xbow/apps folder for Micaz. I get the following error output: -- Capture Output -- "C:\Program Files\Crossbow\Crimson\IDE.bat" "C:\tinyos\cygwin\opt\tinyos-1.x\contrib\xbow\apps\HighFrequencySa

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-05 Thread Amit Satpathy
Thanks a lot MS! I'll try to import the High Frequency Sampling program into the xbow/apps folder and see if it performs properly there. Amit. From: Michael Schippling <[EMAIL PROTECTED]> To: Amit Satpathy <[EMAIL PROTECTED]> CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] H

[Tinyos-help] Urgent Help needed! Make mica2 error with TinyDB

2006-03-05 Thread Matthew Y
I need urgent help!!! I am a student working on wireless sensor network for thesis. Time is running out and we still can't fix this small bug. I am trying to implement a GUI interface using TinyDB to demonstreate WSN in an easy-to-management way. We have chosen to use TinyDB but have run into many

[Tinyos-help] sending and receiving single/multihop messages

2006-03-05 Thread Pela
I need to send/receive both normal (single hop) and multihop messages. If I use a routing component (don't care which one) and also wire directly to GenericComm for single hop messages, I get warnings about uncombined calls, because the routing part also uses the communication modules. Is there