Open
Source Code
The Distributed Sensors Simulator (DSS)
DSS 0.8 is an alpha version
of a simulation framework that assists in implementing and debugging
wireless DSNs. The user provides data on
node locations and characteristics, defines event phenomena, and
plugs in the applications each node runs. DSS provides simulation
of the wireless and environmental channels to ease development
of sensor node programs written in the DSS API. DSS was spefically
designed
for investigations of topological, phenomenological, networking, robustness,
and scaling issues in DSNs.
Current work on version 0.9 (to appear in 2005) involves an
incompatible rewrite, but offers much more realism and responsiveness
for
arbitrary code written for sensor nodes.
This open source distribution is available in several archive formats:
dss-v08.zip
dss-v08.tgz
dss-v08.tar.bz2
NOTICE: Version 0.8 has been determined to be dependent
on the RedHat 9.0 Linux distribution. Users are advised to compile using
only this operating system. Patches are welcome and we will host them
here. We will not be investigating this bug further as current development
efforts are pursuing a different direction.
For more information, see the various documents in the 'doc' directory
of the distribution or contact Sean Brennan.
All software in this distribution is subject to the
following license:
Copyright (c) 2004, The Regents of the University of California
All rights reserved.
Copyright (2004). The Regents of the University of California.
This software was produced under U.S. Government contract
W-7405-ENG-36 for Los Alamos National Laboratory (LANL), which is
operated by the University of California for the U.S. Department of
Energy. The U.S. Government has rights to use, reproduce, and distribute this
software. NEITHER THE GOVERNMENT NOR THE UNIVERSITY MAKES ANY
WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LIABILITY FOR THE USE OF
THIS SOFTWARE. If software is modified to produce derivative works,
such modified software should be clearly marked, so as not to confuse
it with the version available from LANL.
Additionally, redistribution and use in source and binary forms, with
or without modification, are permitted provided that the following
conditions are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the
distribution.
- Neither the name of the University of California, LANL, the U.S. Government,
nor the names of its contributors may be used to endorse or promote products
derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|