I'm not entirely clear on the question....
Tinyos doesn't have much to do with host programs,
except where the tools tree provides some message transfer
and test facilities. And I've never actually seen shared-memory
constructs in Java, now that I think about it. It's more of a
client-server architecture.

Do you have multiple motes connected via multiple adapters
to one host machine, say using more than one serial port?
If so, you could do the data integration by writing a program
that listened to all the ports and squished the data together
as necessary -- Basically add more input ports to something
like Listen.java. Or you could use serial-forwarder type
servers to provide multiple network data streams to an
application program that did the data integration.

If you have a specific set of requirements maybe we can
help more...

MS



Thamilarasu, Geethap wrote:
Hi,

How can we share data between modules in the same host ? I do not want to communicate to other nodes through radio, just want to share information between the modules on a local host. Is it possible to use shared buffers in Tinyos ?

Any suggestion will be appreciated.

Thanks

Geetha


------------------------------------------------------------------------

_______________________________________________
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