Skip to content

Background Technologies

openiot edited this page Aug 30, 2012 · 1 revision

OpenIoT Technological background

1. Global Sensor Network (GSN)

1.1 What is GSN ?

GSN is a software middleware designed to facilitate the deployment and programming of sensor networks.

1.2 How it works

GSN is a Java environment that runs on one or more computers composing the backbone of the acquisition network. A set of wrappers allow to feed live data into the system. Then, the data streams are processed according to XML specification files. The system is built upon a concept of sensors (real sensors or virtual sensors, that is a new data source created from live data) that are connected together in order to built the required processing path. For example, one can imagine an anemometer that would sent its data into GSN through a wrapper (various wrappers are already available and writing new ones is quick), then that data stream could be sent to an averaging mote, the output of this mote could then be splited and sent for one part to a database for recording and to a web site for displaying the average measured wind in real time. All of this example could be done by editing only a few XML files in order to connect the various motes together.

gsn

1.3 Fact Sheet

Short description Software middleware designed to facilitate the deployment and programming of sensor networks Website GSN official website Requirements Java Download http://sourceforge.net/apps/trac/gsn/wiki/Download Documentation http://sourceforge.net/apps/trac/gsn/wiki/Documentation Publications http://sourceforge.net/apps/trac/gsn/wiki/Publications License GNU GPL Contact person Sofiane Sarni Institution EPFL

2. AspireRFID

2.1 What is AspireRFID

The AspireRFID project aims at developing and promoting a free, open source, lightweight, standards-compliant, scalable, privacy-friendly, and integrated middleware along with several tools to ease the development, the deployment and the management of RFID-based applications and sensor-based applications. It implements several specifications from consortiums such as EPC Global, NFC Forum, JCP and OSGi Alliance.

2.2 How it works

2.3 Fact Sheet

Short description Website AspireRFID official website Requirements Java Download http://wiki.aspire.ow2.org/xwiki/bin/view/Main/Downloads Documentation http://wiki.aspire.ow2.org/xwiki/bin/view/Main/Documentation Publications http://wiki.aspire.ow2.org/xwiki/bin/view/Main/References License GNU LGPL v2.1 Contact person Nikos Kefalakis Institution AIT

Clone this wiki locally