WSN Platforms
Contents |
Hardware
Currently there is no common WSN platform. Some designs such as Berkeley Motes and their clones have broader user and developer communities. However, many research labs and commercial companies prefer to develop and produce their own devices. Since there is no true killer application for WSNs that would drive the costs down, it is often more convenient and even less expensive to build your own WSN devices than to buy commercially available ones -- see Make your own Sensor Network device for details.
Miniaturization, another challenge for the WSN design, is expected to follow from recent and future progress in the fields of MEMS and NEMS. Some of the existing WSN platforms are given below. Most of the device designs are still in research stage.
General list
- Accsense, Inc. (http://www.accsense.com/)
- Ambient Systems mesh networks (Netherlands) (http://www.ambient-systems.net/ambient/technology-features.htm)
- Atlas (Pervasa/University of Florida) (http://www.pervasa.com/)
- BEAN Project (http://www.dcc.ufmg.br/~mmvieira/publications/bean.pdf#search=%22BEAN%20brazilian%20sensor%20node%22)
- BTnode (ETH Zurich) (http://www.btnode.ethz.ch)
- Cortex Project
- COTS Dust (Dust Networks) (http://www.dustnetworks.com/ spun out of UC Berkeley)
- EYES Project (http://www.eyes.eu.org)
- Fleck (CSIRO Australia) (http://www.btnode.ethz.ch/Projects/Fleck)
- Glacsweb (http://www.glacsweb.org) from University of Southampton
- G-Node (http://sownet.nl/index.php/en/products/gnode) from SOWNet Technologies
- iSense hardware platform (http://www.coalesenses.com) from coalesenses GmbH, Germany
- Hoarder Board - Open Hardware Design (MIT Media Lab) (http://vadim.oversigma.com/Hoarder/Hoarder.htm)
- Kmote (TinyOS Mall) (http://www.tinyosmall.co.kr/ On-line WSN Mall)
- MeshScape (Millennial Net, Inc) (http://millennialnet.com/Technology.aspx)
- Mica Mote (Crossbow) (http://www.xbow.com/Products/productsdetails.aspx?sid=62)
- MicroStrain, Inc. (http://www.microstrain.com/)
- Newtrax Technologies, Inc. (http://www.newtraxtech.com/)
- openPICUS - Open Hardware (http://openpicus.blogspot.com/ )
- Particles (Particle Computer) (http://www.particle-computer.de spun out of TecO, Univ. of Karlsruhe)
- Particles (TecO) (http://particle.teco.edu TecO, Univ. of Karlsruhe)
- PicoCrickets (Montreal, Canada) (http://www.picocricket.com)
- Redwire Econotag (http://www.redwirellc.com/store/node/1)
- ScatterWeb ESB nodes (http://www.inf.fu-berlin.de/inst/ag-tech/scatterweb_net/)
- SensiNet Smart Sensors (Sensicast Systems) (http://www.sensicast.com)
- Sensor Webs (SensorWare Systems) (http://www.sensorwaresystems.com/ spun out of the NASA/JPL Sensor Webs Project)
- Smart Dust (Dust Networks) (http://www.dustnetworks.com/ spun out of UC Berkeley)
- TIP Mote (Maxfor) (http://www.maxfor.co.kr/)
- Tmote (Moteiv) (http://www.moteiv.com/ spun out of UC Berkeley)
- Tyndall Motes (http://www.tyndall.ie/mai/Wireless%20Sensor%20Networks.htm)
- Waspmote (Libelium) (http://www.libelium.com/waspmote)
- WINS (Rockwell) Wireless Integrated Network Sensors)
- WINS (UCLA)
- WSN430 (INSA de Lyon/INRIA) (http://www.senslab.info/)
- XYZ node (http://www.eng.yale.edu/enalab/XYZ/)
- Sensor Internet Project (http://sip.deri.ie)
- Global Sensor Networks (http://gsn.sourceforge.net/)
Jean Paul BerrĂos has put together a nice series of photos of WSN platforms.
Standard wireless protocols
See Radio Transceivers.
- ZigBee -- Wikipedia: ZigBee
- 6lowpan (IPv6 over Low power Wireless Personal Area Networks) -- Wikipedia: 6lowpan
- Bluetooth -- Wikipedia: Bluetooth "protocol primarily designed for low power consumption"
- "SimpliciTI ... a new ... low power radio frequency protocol aimed at small (<256) RF networks" [1][2]
See Wikipedia: "Comparison of wireless data standards".
Software
Energy is the scarcest resource of WSN nodes, and it determines the lifetime of WSNs. WSNs are meant to be deployed in large numbers in various environments, including remote and hostile regions, with ad-hoc communications as key. For this reason, algorithms and protocols need to address the following issues:
- Lifetime maximization
- Robustness and fault tolerance
- Self-configuration
Amongst the hot topics in WSN software, the following can also be pointed out:
- Security
- Mobility (when sensor nodes or base stations are moving)
- Middleware: the design of middle-level primitives between the software and the hardware
Middleware and Operating Systems
There is a need and considerable research efforts currently invested in the design of middleware for WSN's. There are various research efforts in developing middleware for wireless sensor networks.
- AutoSec (Automatic Service Composition, in development at University of California, Irvine)
- Bertha (OS underlying the Pushpin Computing platform)
- BTnut Nut/OS (OS for the BTnodes, http://www.btnode.ethz.ch/)
- COMiS (part of TinyMaCLaS project, http://dos.iitm.ac.in/TinyMaCLaS/)
- Contiki
- CORMOS: A Communication Oriented Runtime System for Sensor Networks
- COUGAR
- DSWare
- eCos
- Enviro-Track
- EYESOS
- Global Sensor Networks;GSN (Application Oriented Middleware for sensor networks)[3].
- Impala
- jWebDust - Application Environment
- LiteOS
- MagnetOS
- MANTIS (MultimodAl NeTworks In-situ Sensors)
- MiLAN
- Netwiser - A Network IDE with a portable middleware framework
- OCTAVEX
- SenOS
- SensorWare
- SINA
- SOS
- TinyDB
- TinyGALS
- TinyOS
- t-Kernel
- VIP Bridge- Integrate Different Sensor Networks
Programming languages
Many WSN developers choose to program WSN devices in the microcontroller assembly or C. However, researchers are looking for a better, more convenient way of programming sensor network nodes. Several issues have to be addressed: implementing complex algorithms with limited hardware resources, managing computational parallelism, achieving flexibility and hardware independence of the software.
- c@t (Computation at a point in space (@) Time )
- DCL (Distributed Compositional Language)
- galsC
- nesC
- Protothreads
- SNACK
- SQTL
Algorithms
WSNs are composed of a large number of sensor nodes, therefore, an algorithm for a WSN is implicitly a distributed algorithm. In WSNs the scarcest resource is energy, and one of the most energy-expensive operation is data transmission. For this reason, algorithmic research in WSN mostly focuses on the study and design of energy aware algorithms for data transmission from the sensor nodes to the bases stations. Data transmission is usually multi-hop (from node to node, towards the base stations), due to the polynomial growth in the energy-cost of radio tranmission with respect to the tranmission distance.
The algorithmic approach to WSN differentiates itself from the protocol approach by the fact that the mathematical models used are more abstract, more general, but sometimes less realistic than the models used for protocol design.
Simulators
There are platforms specifically designed to simulate Wireless Sensor Networks, like TOSSIM, which is a part of TinyOS. Traditional network simulators like ns-2 have also been used. Apart from the above mentioned simulators, there are other simulators in the literature.
- NetTopo - NetTopo is a research oriented open source sensor network simulator by Lei Shu
- Emstar - An Environment for Developing Wireless Embedded Systems Software
- DEFT NETZ - Complete Networking Suite encompassing IP Multicasting, Wireless, Cellular, Ethernet, ATM, FDDI, Token Ring Networking and Packet,Circuit, Burst Switching Technologies.
- JiST / SWANS - a high-performance discrete event simulation engine (JiST) and a scalable wireless network simulator (SWANS) built atop the JiST platform.
- GloMoSim - GLobal MObile Information systems SIMulator, a scalable simulation environment for wireless and wired network systems
- SENS - a sensor environment and network simulator
- J-Sim - a component-based, compositional simulation environment; formerly known as JavaSim
- SWAN - Simulator for Wireless Ad-Hoc Networks, a C++ simulator for wireless ad hoc networks
- SensorSim - a patch to the NS-2 simulator
- Tython - a dynamic simulation environment for sensor networks
- WiseNet
- ATEMU
- OpSeNet
- OMNeT++ - a modular, easy-to-use discrete event simulator with many extensions for wireless network simulations
- NesCT - package for simulating TinyOS NesC applications
- OPTNET
- Sidh
- Avrora
- Shawn - discrete event simulator designed with the simulation of large wireless sensor networks in mind
- Prowler and JProwler
- AlgoSenSim - an algorithm oriented sensor network simulator
- Netwiser - A Network IDE with a built in simulator
- WSNet & WSim - A development framework for WSN containing a network simulator and a hardware platform simulator.
- COOJA - WSN Simulator/Emulator . Is part of Contiki, but can be used with any other WSN-OS that supports Sky or Mica Motes (It integrates ATEMU and mspsim).
Commercial sensor nodes
The following lists some of the sensor nodes on the market.
- MeshScape GO/PRIME (Millennial Net, Inc.)
- Particle Wireless Sensor Networks
- MicroStrain Wireless Data Acquisition Systems
- Accsense Wireless Sensing Solutions
- BTnode (ETH Zurich, Switzerland)
- G-Node (SOWNet Technologies, Netherlands)
- Intel motes
- Sun SPOT Small Programmable Object Technology (Sun microsystems)
- MICAz motes (Crossbow technology)
- TMote Sky
- TIP series mote (Maxfor)
- Wireless Mesh Nodes with RF-based Motion/Proximity Detection (Newtrax Technologies, Inc.)
- iDwaRF-168 Programmable Radio Module (chip45.com)
- SensiNet Smart Sensors (Sensicast Systems)
- Waspmote - Libelium comunicaciones distribuidas S.L.
- WSN430 (INSA de Lyon/INRIA)
Data visualization
The data gathered from wireless sensor networks is usually saved in the form of numerical data in a central base station. There are many programs, like TosGUI and MonSense,GSN that facilitate the viewing of these large amounts of data. Additionally, the Open Geospatial Consortium (OGC) is specifying standards for interoperability interfaces and metadata encodings that enable real time integration of heterogeneous sensor webs into the Internet, allowing any individual to monitor or control Wireless Sensor Networks through a Web Browser.