[Tinyos-help] Running Multiple programs in Tossim(tinyos-1.x)

2008-08-27 Thread Mumraiz Khan
Hi all, This is the same question which many other guys have asked but i could not find the answer on the forum. I'm facing same problem as Lancey, who wrote; I want to simulate my actual implementation in which i had 2 programs- one for the basestation(mote0) and other for all other motes. How

[Tinyos-help] Crc Interface in BlinkToRadio application

2008-08-27 Thread Dinesh Koya
Hi all I tried to use the Crc interface in the BlinkToRadio application to calculate the crc for the packets. For this I modified the BlinkToRadio.h as below #ifndef BLINKTORADIO_H #define BLINKTORADIO_H enum {  TIMER_PERIOD_MILLI = 250,    AM_BLINKTORADIOMSG = 6 }; typedef nx_struct

Re: [Tinyos-help] Crc Interface in BlinkToRadio application

2008-08-27 Thread Razvan Musaloiu-E.
Hi! On Wed, 27 Aug 2008, Dinesh Koya wrote: Hi all I tried to use the Crc interface in the BlinkToRadio application to calculate the crc for the packets. For this I modified the BlinkToRadio.h as below #ifndef BLINKTORADIO_H #define BLINKTORADIO_H enum {  TIMER_PERIOD_MILLI = 250,    

Re: [Tinyos-help] Need help with running Deluge simulation with Tossim for MicaZ

2008-08-27 Thread Razvan Musaloiu-E.
Hi! On Tue, 26 Aug 2008, Ning Martin Xu wrote: Hi all, I wonder if there's any support for external flash memory content simulation with Tossim for MicaZ motes in TinyOS 2.x. Would somebody give me some instructions on this? Thank you. I'm not aware of any Tossim support for storage but

[Tinyos-help] Qemu image for tinyos installation

2008-08-27 Thread sgdc
Hi there! I was trying to install TinyOs on my Debian Etch, running against some troubles[1]. Since some Ubuntu repository are available, but I didn't want to modify my partitions, I've built a QEMU image that contains a simple command-line ubuntu that can be accessed through ssh. From there I

[Tinyos-help] Node Address problem

2008-08-27 Thread hodiapa
hey I am facing a problem. I want to send a packet from node 2 to node 1.   1)  How do I specify that in the program   if (call DataMsg.send(NODE1, sizeof(struct OscopeMsg),    MultiHop Destination Address msg[currentMsg]))     What should be the Value of NODE1.?     2) Also i want

Re: [Tinyos-help] Uart Receive from an External Sensor

2008-08-27 Thread sgdc
Hi Atakan! I'm finding the same issues as you. I've decided to look inside the source code in order to face toward the absolute lack of documentation, and I've found out that the code is poorly organized. Have you solved your problems in the meanwhile? Have you discovered anything? We may

Re: [Tinyos-help] Uart Receive from an External Sensor

2008-08-27 Thread Razvan Musaloiu-E.
Hi! I attached a simple program that is using both serial ports in raw mode. Sorry for answering so late! Razvan ME On Wed, 27 Aug 2008, sgdc wrote: Hi Atakan! I'm finding the same issues as you. I've decided to look inside the source code in order to face toward the absolute lack of

Re: [Tinyos-help] Does CTP work on Mica2 ?

2008-08-27 Thread Zainul M Charbiwala
Hi everyone, Just wanted to post my findings on the packet behavior I was observing earlier. 0 0:00:22.368266 74.74.AA.AA.AA.AA.AA.AA.AA.AA.AA.AA.AA.AB.BA.83 6.666 ms 1 0:00:22.368697 74.74.AA.AA.AA.AA.AA.AA.AA.AA.AA.AA.AA.AB.BA.83 6.666 ms This packet exchange is in fact link

Re: [Tinyos-help] Does CTP work on Mica2 ?

2008-08-27 Thread Omprakash Gnawali
Were you able to get CTP to work on mica2's? Was that with or without LPL? - om_p On Wed, Aug 27, 2008 at 1:36 PM, Zainul M Charbiwala [EMAIL PROTECTED] wrote: Hi everyone, Just wanted to post my findings on the packet behavior I was observing earlier. 0 0:00:22.368266

[Tinyos-help] Inserting a module to do tracing.

2008-08-27 Thread Eric Decker
I'm making heavy use of arbritration due to resource contention on the buses on my mote equivilent. The interactions are starting to get a bit hairy and I'm writing a tracing module to watch the resource interactions that are going on. Originally, I have Msp430UsartShare1P wires through

[Tinyos-help] [Tossim] Duplicate messages

2008-08-27 Thread Pratibha S
Hi, I use a 200 node topology(topology is connected with zero link loss rates) on Tossim. I want to calculate the quality of the network in terms of path stretch and success rate. For that each node will send messages to all other nodes periodically for one cycle. I capture the sent and received

Re: [Tinyos-help] how to send data from pc to mote

2008-08-27 Thread Dhivya G
Hi, I Installed Tinyos 2.x in my Pc. I was trying to compile Blink apps under 'C:\cygwin\opt\tinyos-2.x\apps\Blink' folder. while compiling the program using make micaz command I am getting the following error.. *Makefile:2:OSROOT/support/make/ makerules: No such file or directory make: *** No