On Wed, Mar 19, 2008 at 5:20 AM, subhash nemani <[EMAIL PROTECTED]> wrote: > > > does anybody has the program which just forwards the data to the > other node > > > > it must act like a repeater > > > > i'm using tmotesky kit and tinyos-1.x >
It is good that you are experimenting with TinyOS to do your projects but you are having these difficulties because you are still not very familiar with TinyOS programming. I recommend reading the TinyOS programming manual: http://csl.stanford.edu/~pal/pubs/tinyos-programming.pdf It is a well written book, you will enjoy reading it, and if you read it you will know enough about TinyOS that you can write programs like what you are asking in this question on your own. The problem is if you don't know TinyOS up to a certain level, it is hard for others to help you. In TinyOS community, we don't use the word "repeater". I am not certain, but if you are looking for a multihop router, you should take a look at Surge application. For Tmotes, you should look at SurgeTelos. This application samples sensors, and puts the sensor data into a packet and sends it to the base station. The packet might have to be forwarded by nodes between the sensor and the base station if the base station and the sensor node can not communicate directly. Is that what you are looking for? Also note that, TinyOS 1.x is no longer actively supported. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
