[Tinyos-help] Help on multihop

2006-06-02 Thread #NG YEONG SHENG,JOHNSON#
Hi I would like to ask if its possible to do multihop without using broadcasting. For example I have 2 remote motes both responsible for collecting datas and sending it to a base station.Mote 1can do a direct communciation with the base station whilemote 2needs to relay the data thru mote 1

[Tinyos-help] (no subject)

2006-05-24 Thread #NG YEONG SHENG,JOHNSON#
Hi Does anyone knows how to implemeant multi-hop in our own applications? I need a direction to begin in.How can we use thosethat are provided in the lib folder eg mint route and route. I need to copy the codes and fit it into my application?

[Tinyos-help] FW: Help on LoggerWrite and LoggerRead

2006-05-03 Thread #NG YEONG SHENG,JOHNSON#
From: #NG YEONG SHENG,JOHNSON#Sent: Thu 5/4/2006 10:14 AMTo: [EMAIL PROTECTED]Subject: Help on LoggerWrite and LoggerRead Hi I need help on LoggerRead and LoggerWrite functions. Lets take an example, I have an array. int array[5]={1,2,3,4,5}; char* ptr; ptr=(char*)array[0]; call

[Tinyos-help] Communication model

2006-04-13 Thread #NG YEONG SHENG,JOHNSON#
Hi Iam trying to set up a simple communication model between 2 nodes, one as a base station and another as a sensor node. My concern is the communication between the 2 nodes, i.e. sending and receiving of packets. I have manage to sent messages using Generic Comm and for the receiving part, i