RE: [Tinyos-help] Surge_Reliable program

2006-10-23 Thread Giri Baleri
. http://www.xbow.com/Support/Support_pdf_files/Getting_Started_Guide.pdf   Regards,Giri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Monday, October 23, 2006 2:21 AMTo: tinyos-help@Millennium.Berkeley.EDUSubject: [Tinyos-help] Surge_Reliable program I

[Tinyos-help] Surge_Reliable program

2006-10-23 Thread [EMAIL PROTECTED]
I would like to install the preinstalled program in mica2 (Surge_Reliable). I write: make mica2 install, ID mib510, com4 but the network doesn´t work and the Surge-View program doesn´t detect any mote. Anyone knows what the problem is? Thank you very much     Prueba el Nuevo Correo Terra; Seguro,

[Tinyos-help] Surge_Reliable

2006-06-28 Thread sazure
Hi, all, I am testing Surge_Reliable program using Mica2 motes. I directly read raw data. However, by comparing the uint16_t sourceaddr bytes & uint16_t originaddr bytes, I didn't find a multihop happened even I deploy one mote out of base range and put another mote in the middle between

[Tinyos-help] Surge_Reliable and Surge_Time_Sync

2006-06-12 Thread Winston Liu
I'm trying to find the exact difference between Surge_Reliable and Surge_Time_Sync. Could anyone give me some information about that? Thanks. __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __

Re: [Tinyos-help] Surge_Reliable Packet structure help

2006-04-11 Thread davisj2
Thanks, Question: when you say TinyOSmsg, you are refering to AM.h In here TOSH_DATA_LENGTH=29, which is good. However in xbow/tos/lib/ReliableRoute, MultiHop.h sets the struct TOS_MHopMsg, and its data as such: uint8_t data[(TOSH_DATA_LENGTH - 7)]; Why is this subtracting 7 from 29

Re: [Tinyos-help] Surge_Reliable Packet structure help

2006-04-11 Thread Tran Nam Hung
HiJust replace the Surge msg with whatever msg you deem fit.Make sure that the length values in TinyOS msg and MultiHop msg are set correctly.Regards[EMAIL PROTECTED] wrote: Hey all, Trying to revamp Surge_Reliable, and understand its packets. Ive dont a rawhex dump of the packets, and it looks a

[Tinyos-help] Surge_Reliable Packet structure help

2006-04-11 Thread davisj2
Hey all, Trying to revamp Surge_Reliable, and understand its packets. Ive dont a raw hex dump of the packets, and it looks as such: 7E 00 11 7D 16 00 00 00 00 00 00 00 00 00 00 7E 00 02 00 00 CB 55 A5 00 00 34 6A 7E 00 11 7D 16 00 00 00 00 00 00 00 00 00 00 7E 00 03 00 00 CB 56 A5 00 00 34 6B

[Tinyos-help] surge_reliable

2006-03-16 Thread Paolo Ditto
Hi all. I'm using surge_reliable application on my Mote. I would want to understand the following piece of code: event result_t TempTimer.fired() { call Temp.getData(); } async event result_t Temp.dataReady(uint16_t data) { if(gTemp == 0){ gTemp = 1;

[Tinyos-help] surge_reliable

2006-03-15 Thread Paolo Ditto
Hi all. I'm using surge_reliable application on my Mote. I would want to understand the following piece of code: __ event result_t TempTimer.fired() { call Temp.getData(); } async event result_t Temp.dataReady(uint16_t data) {

[Tinyos-help] Surge_reliable GUI, no stats

2006-02-01 Thread davisj2
Hey all, I have 2 mica2 motes which have been compiled with Surge_Reliable, and been given Ids 2 and 4, just for separation sakes. I have also compiled 1 mote with TOSBase and ID 0, which in on the MIB board. As the getting started guide says, i ran the serial forward from a command prompt w