ArticlePDF Available

Object-Tracking in Wireless Sensor Networks with A novel Energy Efficient Algorithm

Authors:
International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015
ISSN 2229-5518
IJSER © 2015
http://www.ijser.org
Object-Tracking in Wireless Sensor Networks
with A novel Energy Efficient Algorithm
Majed Elbishti, Khaled Elleithy, Laiali Almazaydeh
AbstractIn this paper we propose and simulate an energy efficient protocol for object-tracking over Wireless Sensor Networks. The
proposed algorithm aims to use virtual clustering among the observation region to initiate duty-cycle across the border nodes and the
nodes in the inside region. The main idea is to keep the outer nodes active and the interior nodes sleep for energy saving until an object is
detected by the outer nodes. Castalia 3.2 wireless sensor network simulator is used to simulate the proposed protocol. Results indicate
that an improvement of 42% is achieved in terms of energy consumption. Furthermore, it is demonstrated that S-MAC protocol is a better
choice in high load traffic applications in terms of energy consumption.
Index Terms Object-tracking, WSN, MAC, Energy consumption, Castalia, Virtual clustering, TMAC.
——————————
——————————
1 INTRODUCTION
n 1999, The BusinessWeek expected that the Wireless Sensor
networks (WSNs) to be one of most important technologies
[1]. The applications of wireless sensor networks are unlim-
ited; it includes all fields where monitoring of a physical quan-
tity is difficult to be performed by humans due to location,
time or environmental conflicts. Surveillance systems and con-
tinues monitoring, forest fire detection, and chemical plant
observation system are few examples of such applications [2-
4].
This paper aims to propose and simulate an application
specific energy-efficient protocol for object tracking wireless
sensor network systems. In this type of applications it is very
important to tradeoff between power consumption and other
performance metrics because of the life-time requirements of
these systems. The simulation is used for extensive testing
because the nature of the WSN makes it impractical to use
testbeds for hundreds or thousands of nodes [5-7].
In object-tracking sensor networks, the nodes remain
awake to sense any target, although, this is the main goal, but
it is unpractical to keep all the nodes awake from the energy
consumption point of view. Virtual clustering and Regional
clustering are not the best solutions when considering the un-
predicted object entering the field. Trigged wakeup techniques
allowing the nodes to wake up as required, made it possible to
put nodes on sleep for longer time till tracking event occur.
The need to propose object-tracking specific protocols to bene-
fit from these new techniques has been established and pro-
posed [8-15].
Energy consumption is very important constraint because
the node is used once and the life-time of the node must be
long enough to support the application. The radio unit of the
sensor consumes most of the energy compared to the energy
consumed by central processing unit or the sensing device
[16]. The idle listening mode in wireless nodes consumes most
of the energy likewise transmission or receiving modes. Thus,
efficient MAC protocol designs are essential to reduce energy
consumption. Scheduled-sleep active/sleep MAC Protocols
were introduced in literature to reduce the wasted power in
idle listening. S-MAC and T-MAC are the most commonly
used to achieve this purpose [17, 18].
2 PROBLEM IDENTIFICATION
One of the most important applications in WSN is tracking of
mobile objects [19]. Tracking of enemy, animals, humans and
cars in highways are few examples of object tracking. The en-
ergy saving techniques may vary according the application
requirements. For example, the latency constraint in observing
animals is much less compared to observing enemy targets in
battlefield. Thus, there are application specific techniques and
protocols which can be applied to save energy depending on
the nature of the application [20].
In object-tracking, sensor nodes are deployed in different
regions. The target may not navigate through all of them.
Therefore, there is a need to reduce the energy consumption in
those inactive regions where tracking the system is unneces-
sarily active at all times. Some researchers have proposed
Wake up and Sleep mechanics such as clustering and filtering.
Clustering leads sometimes to black hole issue while filtering
involves very complicated calculations not well suitable to
sensor nodes from energy point of view [21].
This paper proposes an improvement on the target tracking
algorithm proposed by Wang Duoqiang et al. [21]. The original
algorithm of Wang Duoqiang et al. proposes an approach in
which all the boundary nodes are active at all times, and if an
intruder is detected, the inside nodes cluster is activated by
using a triggered-wake up technique. This allows the inter
nodes to sleep when no object is available to track to save en-
ergy. The authors assumed that localization protocol and
wake up technique are both available. Although the authors
tried to reduce the energy consumption of the wireless sensor
network by switching on only the nodes around the field, the
technique is not saving any energy for the boundary nodes.
Also there is no contingency plan if any of the boundary nodes
is dying. The proposed changes in this paper make the algo-
rithm more reliable and make the life-time of the boundary
nodes longer.
I
International Journal of Scientific & Engineering Research Volume 6, Issue 4, April-2015
ISSN 2229-5518
IJSER © 2015
http://www.ijser.org
3 PROPOSED SOLUTION
In [21], the authors save energy based on the idea of a
sleep schedule for the nodes. All the nodes inside the monitor-
ing region will remain sleep until they receive a signal from
the boundary/head nodes which will be active all the time for
object detection. When an object enter the region through
boundary nodes, then the major node, which is the nearest
node to the object will send a message to the nodes in its area
of detection to wake up for some period of time then they go
to sleep mode again after the object has left their sensing area.
We propose an automated sleep and wake-up schedule
for the boundary nodes itself to make their life-time longer,
which can be achieved using T-MAC protocol. Also we pro-
pose an out-of-energy algorithm to be automatically triggered
whenever a boundary node battery is less-than or equal-to 5%
of its full energy level. The algorithm main function is to re-
place a dying boundary node with the nearest inter node.
Proposed Algorithm
This paper focuses on an automated sleep schedule for
boundary nodes. T-MAC protocol is used so that the bounda-
ry nodes will automatically start a scheduled sleep based on
their location as boundary node, while the interior nodes will
remain sleep till they receive a wakeup call from one of the
outer nodes in case of object detection as shown in Figure 1.
The red circles indicate the active nodes, while the green cir-
cles are the sleep nodes.
Fig 1 Virtual- Clustering Automated sleep
schedule for boundary nodes
We also propose an algorithm that acts as a contingency
plan for any boundary node that is dying. Hence we are pro-
tecting the whole system from being destroyed when losing
boundary nodes. For this purpose an algorithm was devel-
oped to transfer the responsibility of the dying node to the
adjacent node in its sensing area while it passes on the infor-
mation to the nodes in that area. The algorithm works as fol-
lows:
If (E ≥ 0.05*Ef AND i is a boundary node)
{
Send WM to Ni nodes
localize Ni , and calculate di
loop (K=1 to k= n , where n is Number of Ni nodes)
If (Jn a boundary node & di= Min(dk, dk=1,
dk=2..dn)
{ send, New ID = ID , Tw, die };
Else { ignore , k=k+1}
}
where, Battery level can be measured
~ Ef is max level
~ Ni is the nodes in sensing area of node (i)
~ di 1 ,2 ,3…K is the distance between node i and it’s sens-
ing radius neighbors i(n)
The minimum number of nodes in the boundary coverage
is given by [21]:
Nmin= L/R
Where, L is the length of the boundary of the monitoring
region and R is the sensing radius. In this paper when using
the T-MAC model at any instant of time, the minimum num-
ber of active nodes in the boundary will be approximated:
Nmin= L/2R
This means that the number of active boundary nodes at any
instant of time is 50% less. According to [21], the proportion of
boundary nodes to all nodes is:
P = Nmin/ N= (4L/R)/(pL²) = 4/LpR
According to our proposed improvement this will be:
P=2/(LpR), where p the node density
Based on this mathematical model, we expect to save more
energy in the boundary nodes and make their life-time longer
with 40% more.
4 SIMULATION
Castalia WSNs simulator has been selected to demonstrate
the performance of the proposed algorithms. 136 nodes were
deployed on field of 10x10 meters according to the configura-
tion given in Table 1.
Table 1 NODE Deployment Configurations table
Node
ID
Deployment type
Code used
0 to 99
Gird
SN.deployment =
“[0..99]->10x10”
100 to
135
Manually located
around the field
SN.deployment =
“[100..135]->”
SN.node[ID].xCoor = X
SN.node[ID].yCoor = Y
The configuration in Table 1 creates a deployment that is
shown in Figure 2. The outer nodes are manually allocated by
using Cartesian coordinates to simulate the assumption that
automatic allocation algorithm is implemented in the nodes.
By grouping the nodes according to their ID to two groups;
Outer and Interior nodes; a virtual clustering is created within
these two groups. The main goal of this simulation is to com-
pare the power consumption when no energy saving protocol
is used and the case when an approximate configuration to the
proposed protocol is used.
In the first scenario we simulate the case when no energy
saving protocol is used. This means that all the nodes in the
field are active all the time. The assumptions used in this case
are:
International Journal of Scientific & Engineering Research Volume 6, Issue 4, April-2015
ISSN 2229-5518
IJSER © 2015
http://www.ijser.org
Fig 2 Node Deployment Setup
- All nodes are active.
- No energy saving MAC is used.
- CC2420 Radio parameters will be used.
- Throughput Test application is used.
In the second scenario we simulate the case using our
proposed protocol. The assumptions used in this case are:
- The interior nodes are sleep until an object is detected
after sometime then they start to be active.
- Throughput Test is used.
- The outer nodes are active at the beginning of the
simulation.
- TMAC protocol is enabled for the outer nodes to sim-
ulate the duty cycle sleep schedule within the outer
nodes.
- CC2420 Radio parameters are used.
Simulation results
Figure 3 shows the improvement in energy consumption
using OTP (Object-Tracking Proposed Protocol) compared
with no energy saving protocol.
Figure 4 shows the effect of using different MAC pro-
tocols on energy consumption, with high traffic application
throughput test. Figure 5 shows the effect on energy con-
sumption of using different power transition levels for each
MAC protocol used in conjunction with the proposed pro-
tocol.
Figure 6 shows that TMAC has better performance over
SMAC for 1000 maximum MAC layer packet size, while keep-
ing the payload at 2000. Also, it demonstrates that changing
the payload and the packet rate has significant effect on the
type of MAC used in terms of energy saving.
Figure 7 shows the effect of using different payload on
energy consumption for each MAC. Figure 8 shows that there
almost no effect on energy consumption while changing the
data packet rate in the application we used, because all the
nodes are sending to the sink node in this application. Alt-
hough there is low packet rate for each node, the overall chan-
nel will be busy.
Fig 3 Power Consumption VS Time with and without
using the proposed
Fig 4 Energy Consumption VS Time with use of different MAC Protocols
Fig 5 Energy consumption VS TX Power for of different MAC protocols,
2500 Max packet size
International Journal of Scientific & Engineering Research Volume 6, Issue 4, April-2015
ISSN 2229-5518
IJSER © 2015
http://www.ijser.org
Fig 6: Energy consumption VS TX Power for of different
MAC protocols, 1000 Max packet size
Fig 7 Energy consumption VS payload for each
MAC used with OTP.
Fig 8 Energy Consumption vs Data Packet Rate per
second, with 1000 payload, 2000 Max MAC Packet size
4 CONCLUSION
This paper proposes an application specific protocol to be
used for object-tracking systems. The protocol is based on vir-
tual clustering by dividing the nodes into two groups; interior
and boundary nodes. The results demonstrate an improve-
ment of performance in terms of energy consumption. The
simulation establishes the following results:
- The proposed protocol improves energy consumption,
- SMAC has better performance over TMAC,
- Changing the payload size affects only TMAC’s perfor-
mance and it is better to use TMAC with larger payload,
and
- Changing the data rate has no effect on the energy per-
formance in case of using an object tracking application.
These results emphasize that an application oriented en-
ergy efficient protocol is better solution for the energy prob-
lem in object-tracking systems.
REFERENCES
[1] D. Orfanus, J. Lessmann, P. Janacik and L. &Lachev, "Performance of
wireless network simulators: a case study," in 3nd ACM workshop
on Performance monitoring and measurement of heterogeneous
wireless and wired networks, Vancouver, British Columbia, Canada,
2008.
[2] P. L.-H. S. Roy, "Low-Power Wake-Up Radio for Wireless Sensor
Networks.," Mob. Netw. Appl, pp. 15(2), 226-236, 2010.
[3] J.-M. Bohli, A. Hessler, O. Ugus and D. &Westhoff, "A secure and
resilient WSN roadside architecture for intelligent transport sys-
tems," in the first ACM conference on Wireless network security, Al-
exandria, VA, USA., 2008.
[4] U. M. Colesanti, C. Crociani and A. &Vitaletti, "On the accuracy of
omnet++ in the wireless sensornetworks domain: simulation vs.
testbed," in the 4th ACM workshop on Performance evaluation of
wireless ad hoc, sensor,and ubiquitous networks, Chania, Crete Is-
land, Greece, 2007.
[5] J. Glaser, D. Weber, S. A. Madani and S. Mahlknecht, "Power Aware
Simulation Framework for Wireless Sensor Networks and Nodes,"
EURASIP Journal on Embedded Systems, vol. doi: 10.1155, no.
2008/369178, pp. 1-16, 2008.
[6] T. Olivares, P. J. Tirado and L. & Orozco-Barbosa, "Simulation of
power-aware wireless sensor network architectures," in the ACM in-
ternational workshop on Performance monitoring, measurement,
and evaluation of heterogeneous wireless and wired networks, Ter-
romolinos, Spain., 2006.
[7] P. Le-Huy and M. & Sébastien Roy, "Low-Power 2.4 GHz Wake-Up
Radio for Wireless Sensor Networks," in IEEE International Confer-
ence on Wireless & Mobile Computing, Networking & Comm, 2008.
[8] N. Xu, S. Rangwala, K. K. Chintalapudi, D. Ganesan, A. Broad, R.
Govindan and D. &Estrin, "A wireless sensor network for structural
monitoring," in the 2nd international conference on embedded net-
worked sensor systems, Baltimore, MD, USA., 2004.
[9] R. P and P. M. & P, "Wireless Sensor Network for Continuous Moni-
toring a Patient's Physiological Conditions Using ZigBee," Computer
& Information Science, vol. doi: 10.5539/cis.v4n5p104, pp. 104-110,
2011.
[10] W. Hu, N. Bulusu, C. T. Chou, S. Jha, A. Taylor and V. N. & Tran,
"Design and evaluation of a hybrid sensor network for cane toad
monitoring," ACM Trans. Sen. Netw, vol. 5, no. 1, pp. 1-28, 2009.
[11] Q. I. Ali, A. Abdulmaowjod and H. M. & Mohammed, "Simulation &
Performance Study of Wireless Sensor Network (WSN) Using
MATLAB," Iraqi Journal for Electrical & Electronic Engineering, vol.
International Journal of Scientific & Engineering Research Volume 6, Issue 4, April-2015
ISSN 2229-5518
IJSER © 2015
http://www.ijser.org
7, no. 1, pp. 112-119, 2011.
[12] Z. Rasin and M. R. & Abdullah, "Water Quality Monitoring System
Using Zigbee Based Wireless Sensor Network," International Journal
of Engineering & Technology, vol. 9, no. 10, pp. 24-28, 2009.
[13] Z. Jingcheng, H. Allan, Y. Qinzhong and G. &Shaofang, "Design of
the Remote Climate Control System for Cultural Buildings Utilizing
ZigBee Technology," Sensors & Transducers, vol. 118, no. 7, pp. 13-
27, 2010.
[14] E. E. Egbogah and A. O. &Fapojuwo, "A Survey of System Architec-
ture Requirements for Health Care-Based Wireless Sensor Net-
works," Sensors (14248220), vol. 11, no. 5, pp. 4875-4898, 2011.
[15] I. Akyidiz and M. & Vuran, in Wirless Sensor Networks, John Wiley
& Son, Ltd, 2010, p. 44.
[16] W. Ye, J. Heidemann and D. & Estrin, "An Energy-Efficient MAC
Protocol for Wireless," 2010.
[17] T. Dam and K. & Langendoen, "An Adaptive Energy-Efficient MAC
Protocol," in ACM, 2003.
[18] M. Naderan, M. Dehghan and H. & Pedram, "Mobile object tracking
techniques in wireless sensor networks," in Ultra-Modern Telecom-
munications & Workshops, 2009. ICUMT '09. International Confer-
ence , St. Petersburg, 2009.
[19] U. R. a. A. S. Petcharat Suriyachai, IEEE Communications Tutorials,
vol. 14, no. 2, pp. 240-262, SECOND QUARTER 2012.
[20] W. Duoqiang, L. Mingke and Q. Qi, "An Energy-efficient Target
Tracking Algorithm in Wireless Sensor Networks," in Wireless
Communications, Networking and Mobile Computing (WiCOM),
2011 7th International Conference on, Wuhan, 2011.
[21] B. L. Titzer, D. K. Lee and J. &Palsberg, "Avrora: scalable sensor net
work simulation with precise timing," in the 4th international sym-
posium on Information processing in sensor networks, Los Angeles,
California, 2005.
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
A wireless remote sensing system using the ZigBee standard is presented in this paper. This system is a wireless solution for monitoring purpose in cultural buildings in order to protect cultural heritage. The concept of this system utilizes ZigBee networks to carry and transmit data collected by sensors and store them into both local and remote databases. Thus, users can monitor the measured data locally or remotely. Especially, the power consumption is optimized to extend the lifetime of the battery-driven devices. Moreover, since the system has a modular architecture, it is easy to add extra services into this system.
Article
Full-text available
The constrained resources of sensor nodes limit analytical techniques and cost-time factors limit test beds to study wireless sensor networks (WSNs). Consequently, simulation becomes an essential tool to evaluate such systems.We present the power aware wireless sensors (PAWiS) simulation framework that supports design and simulation of wireless sensor networks and nodes. The framework emphasizes power consumption capturing and hence the identification of inefficiencies in various hardware and software modules of the systems. These modules include all layers of the communication system, the targeted class of application itself, the power supply and energy management, the central processing unit (CPU), and the sensor-actuator interface. The modular design makes it possible to simulate heterogeneous systems. PAWiS is an OMNeT++ based discrete event simulator written in C++. It captures the node internals (modules) as well as the node surroundings (network, environment) and provides specific features critical to WSNs like capturing power consumption at various levels of granularity, support for mobility, and environmental dynamics as well as the simulation of timing effects. A module library with standardized interfaces and a power analysis tool have been developed to support the design and analysis of simulation models. The performance of the PAWiS simulator is comparable with other simulation environments.
Article
Full-text available
This article investigates a wireless acoustic sensor network application—monitoring amphibian populations in the monsoonal woodlands of northern Australia. Our goal is to use automatic recognition of animal vocalizations to census the populations of native frogs and the invasive introduced species, the cane toad. This is a challenging application because it requires high frequency acoustic sampling, complex signal processing, wide area sensing coverage and long-lived unattended operation. We set up two prototypes of wireless sensor networks that recognize vocalizations of up to ninth frog species found in northern Australia. Our first prototype consists of only resource-rich Stargate devices. Our second prototype is more complex and consists of a hybrid mixture of Stargates and inexpensive, resource-poor Mica2 devices operating in concert. In the hybrid system, the Mica2s are used to collect acoustic samples, and expand the sensor network coverage. The Stargates are used for resource-intensive tasks such as fast Fourier transforms (FFTs) and machine learning. The hybrid system incorporates four algorithms designed to account for the sampling, processing, energy, and communication bottlenecks of the Mica2s (1) high frequency sampling, (2) thresholding and noise reduction, to reduce data transmission by up to 90%, (3) sampling scheduling, which exploits the sensor network redundancy to increase the effective sample processing rate, and (4) harvesting-aware energy management, which exploits sensor energy harvesting capabilities to extend the system lifetime. Our evaluation shows the performance of our systems over a range of scenarios, and demonstrate that the feasibility and benefits of a hybrid systems approach justify the additional system complexity.
Article
Full-text available
The application of wireless sensor network (WSN) for a water quality monitoring is composed of a number of sensor nodes with a networking capability that can be deployed for an ad hoc or continuous monitoring purpose. The parameters involved in the water quality determination such as the pH level, turbidity and temperature is measured in the real time by the sensors that send the data to the base station or control/monitoring room. This paper proposes how such monitoring system can be setup emphasizing on the aspects of low cost, easy ad hoc installation and easy handling and maintenance. The use of wireless system for monitoring purpose will not only reduce the overall monitoring system cost in term of facilities setup and labor cost, but will also provide flexibility in term of distance or location. In this paper, the fundamental design and implementation of WSN featuring a high power transmission Zigbee based technology together with the IEEE 802.15.4 compatible transceiver is proposed. The developed platform is cost-effective and allows easy customization. Several preliminary results of measurement to evaluate the reliability and effectiveness of the system are also presented.
Conference Paper
Full-text available
A wireless sensor network consists of spatially distributed autonomous sensors to cooperatively monitor physical or environmental conditions, such as temperature, sound, vibration, pressure, motion or pollutants. Different approaches have used for simulation and modeling of SN (Sensor Network) and WSN. Traditional approaches consist of various simulation tools based on different languages such as C, C++ and Java. In this paper, MATLAB (7.6) Simulink was used to build a complete WSN system. Simulation procedure includes building the hardware architecture of the transmitting nodes, modeling both the communication channel and the receiving master node architecture. Bluetooth was chosen to undertake the physical layer communication with respect to different channel parameters (i.e., Signal to Noise ratio, Attenuation and Interference). The simulation model was examined using different topologies under various conditions and numerous results were collected. This new simulation methodology proves the ability of the Simulink MATLAB to be a useful and flexible approach to study the effect of different physical layer parameters on the performance of wireless sensor networks.
Conference Paper
Full-text available
Mobile object tracking in wireless sensor networks (WSNs) has gained much attention during recent years due to the special characteristics of these networks. Considering the wide application of tracking in WSNs, various problems of data aggregation, routing, scheduling and energy conservation have been revisited and new solutions have been proposed recently. Due to the importance of this topic and the availability of a significant body of literature, a detailed survey becomes necessary and useful at this stage. In this paper we present a survey of the state-of-the-art mobile object tracking techniques in WSNs. We give a definition for the general problem of object tracking and introduce challenges in designing an efficient object tracking sensor network (OTSN). We highlight the advantages and performance issues of the existing tracking methods and make a brief comparison based on the design parameters proposed. Finally, we will present open problems and the future works conceivable in this broad field of research.
Conference Paper
Full-text available
This paper proposes S-MAC, a medium-access control (MAC) protocol designed for wireless sensor networks. Wireless sensor networks use battery-operated computing and sensing devices. A network of these devices will collaborate for a common application such as environmental monitoring. We expect sensor networks to be deployed in an ad hoc fashion, with individual nodes remaining largely inactive for long periods of time, but then becoming suddenly active when something is detected. These characteristics of sensor networks and applications motivate a MAC that is different from traditional wireless MACs such as IEEE 802.11 in almost every way: energy conservation and self-configuration are primary goals, while per-node fairness and latency are less important. S-MAC uses three novel techniques to reduce energy consumption and support self-configuration. To reduce energy consumption in listening to an idle channel, nodes periodically sleep. Neighboring nodes form virtual clusters to auto-synchronize on sleep
Article
This paper proposes an energy-efficient algorithm, which can control the sensor nodes around target to transform status, according to the target's speed and direction, in order to reduce the number of the working nodes, extend the life of the target tracking system. In addition, we advance a distributed boundary coverage algorithm. The simulations show that this algorithm can greatly reduce the number of working nodes, communications volume and computations. The algorithm can lower energy consumptions of wireless sensor networks under the premise of target tracking's accuracy and reliability. Recently years, among the diversified applications of sensor networks, target detection is one of the most important applications. In single target tracking, a target may not always in monitoring region, and it is impossible that the target appears in the whole monitoring region. Therefore, designers always use sleep-wake mechanism, making more sensor nodes sleep out of the target region. Most of tracking algorithms are based on clustering and prediction. The algorithms based on clustering(1-2)need cluster of nodes in the wireless sensor network, and cluster head nodes must keep work all along, when detect target into monitoring region, cluster head nodes wakeup cluster nodes to track target. But this method may cause the "Black Hole" in the monitoring region. Moreover, the cluster head nodes' vote, update and maintenance will consume more energy. The algorithms based on prediction (3-6) can wakeup related nodes into working precisely, according to predict the position of target at next time. But the particle filtering, Bayesian filtering, kalman filtering and others' calculation are too complex to suitable for sensor nodes whose energies are limited. This paper proposes an energy-efficient algorithm, which can control the sensor nodes around target to transform status, according to the target's speed, direction and inertia reduce the number of the working nodes, extend the life of the target tracking system. In addition, the algorithm not contains the calculation of high complexity. So this algorithm is fit for the low hardware requirements sensor nodes.
Conference Paper
We propose a secure and resilient WSN roadside architec- ture for intelligent transport systems which supports the two complementary services accident prevention and post- accident investigation. Our WSN security architecture is stimulated by the understanding that WSN roadside islands will only be rolled-out and used when hardware costs are close to the minimum. We provide a purely software based security solution which does not rely on costly HW compo- nents like road side units (RSU) or tamper resistant modules on sensor nodes. We use existing components, but also de- scribe protocols that may be of independent interest.