IMPLEMENTATION OF THE SENSE-AND-STORE PARADIGM IN SENSOR NETWORK
This project involved the development of a system that is able to store and
retrieve values that are sensed periodically. In order to realize the goal, we
have used the Riverside Sensors Platform which incorporates a large storage
SD-Card where values can be stored instead of sent directly. The values can be
retrieved at a later time via in a batch or per-block.
Queries can be sent to the sensors via a simple user interface that we have
developed in Java. It can run easily on multiple platforms. Another important
feature of our system is that queries and replies are sent via the popular
802.11 wireless protocol allowing any device equipped with wireless connectivity
(such as laptops) to contact the system. |