Go to http://www.tinyos.net/download.html and start getting
the dev system. There is a tutorial in the full release that
may help with some of the basics, plus a lot of demo apps of
varying quality and clarity.

Also see the mfg's website at:
    http://www.xbow.com/Products/productsdetails.aspx?sid=3
There are a number of Getting Started type manuals someplace
on their site, but I've lost track of them now.

Specific to your question, communication is done is small
packets of data, defaulted to a 29 byte payload in the mica
versions. Depending on your application you can aggregate
sensor readings into a single packet. I don't know of any
host side code that puts a streams interface on top of the
received packets, but it's just a matter of software...hah.

MS

Ariston Darmayuda wrote:
A friend give me a crossbow mote and he said that this sensor work with TinyOS system. I want to know how TinyOS work in sending data, is it byte a byte or using streaming. My friend told me to read data from the mote i must read it one by one byte. Can i read it by streaming (in 1 packet not read one by one byte), because it easier to use streaming than read one b one. And this maybe a silly question, where i can found crossbow mote forum because it difficult to find its forum. And this is also for TinyOS too.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to