Which concrete WSN operating system are you looking at?
For this kind of environment I would look into using RTI Connext DDS Micro Edition: http://www.rti.com/products/micro/index.html this is a very small-footprint version of RTI DDS which is distributed in source code such that it can be built for a variety of target platforms, inclucing systems with minimal operating systems.
RTI Connext DDS Micro Edition supports only a subset of the features and QoS. But does support the main ones like reliability, time filtering, etc.
A very nice thing about RTI Connext DDS Micro Edition is that it supports the same DDS API and it is also compatible on the wire (i.e. imprements the standard OMG DDS-RTPS Wire protocol). So you can run this on some of the nodes and a full DDS, including tools ans such on other nodes.
Which concrete WSN operating system are you looking at?
For this kind of environment I would look into using RTI Connext DDS Micro Edition: http://www.rti.com/products/micro/index.html this is a very small-footprint version of RTI DDS which is distributed in source code such that it can be built for a variety of target platforms, inclucing systems with minimal operating systems.
RTI Connext DDS Micro Edition supports only a subset of the features and QoS. But does support the main ones like reliability, time filtering, etc.
A very nice thing about RTI Connext DDS Micro Edition is that it supports the same DDS API and it is also compatible on the wire (i.e. imprements the standard OMG DDS-RTPS Wire protocol). So you can run this on some of the nodes and a full DDS, including tools ans such on other nodes.
Gearrdo
I am looking for contiki os and tiny os
How can I can the DDS micro, I will test it with those os !
thanks.
Akram