VMNet: A WSN Emulator for Application Performance Evaluation

Overview Software Reading Contact

Overview

VMNet is a Wireless Sensor Network (WSN) emulator that aims at enabling realistic performance evaluation for WSN applications. As a networked embedded system, a WSN application (such as TinyDB) involves sensor node hardware, hardware drivers, operating systems, and networking protocols. Consequently, the performance of the application depends on all of these (intertwined) factors in addition to its implementation. However, real sensor networks are unsuitable for the application performance evaluation due to the reasons of cost, maintenance, and controllability. Therefore, we are developing a PC-based emulation environment in which WSN applications can be directly run for debugging, testing, and performance evaluation. Additionally, studies on the lower layers (e.g., hardware drivers, OS, and networking) as well as cross-layer techniques can also be done in this environment by plugging the target modules into the emulator.

In VMNet, a target WSN is emulated as a VMN (Virtual Mote Network). The CPU of a mote (sensor node) is emulated at the CPU clock cycle level, and the sensing units and other hardware peripherals are also emulated in sufficient detail. The radio signal transmission is emulated by the communication between VMs with the effects of signal loss and noise. Moreover, VMNet takes parameter values from the real world and logs detailed running status of application code. As a result, the binary code of the target WSN application can be run directly on the VMN, and the application performance, both in response time and in power consumption, can be reported realistically in VMNet, as demonstrated by our comparison studies with real sensor networks.


Software

VMNet has a highly modularized architecture for assemblying virtual hardware components. Currently it emulates the hardware configuration of the widely used Crossbow MICA2 motes. The virtual CPU module is modified from the Atemu emulator for Atemel processors (used in MICA2). As a result, TinyOS and TinyDB applications compiled for MICA2 motes can be run and evaluated in VMNet. In addition, VMNet has simple tools for VMN configuration and deployment as well as log analysis.

The following packages are provided as compressed files for the time being. Before you install and run the software, read the quick start guide.

Package (size) Release dateDescription
VMNet-1.0.2.tar.gz Oct 30, 2005VMNet 1.0.2 (Seidel path loss model added; PowerAnalyzer runnable on both Windows and Linux; Misc bugs fixed)
VMNet-1.0.1.tar.gz June 26, 2005VMNet 1.0.1
VMNet-1.0.0.tar.gz Nov 29, 2004VMNet 1.0.0
MTinyDBGUI-1.0.0.tar.gz (9KB)Nov 29, 2004Modified files of TinyDB(V0.2) GUI


Reading

VMNet papers and talks

Related work on WSN simulation/emulation


Contact

Hejun Wu is the principal developer of VMNet. Please contact him if you have questions about the software.