wsnsimpy

SimPy-based WSN Simulator


License
BSD-3-Clause
Install
pip install wsnsimpy==0.2.5

Documentation

SimPy-based WSN Simulator

WsnSimPy is a simulator for wireless sensor networks. It is written in Python 3 and built on top of the SimPy simulation framework.

Installation

pip install wsnsimpy

Running Examples

Examples can be found in the directory wsnsimpy/examples, which can be started directly from a command line.

python -m wsnsimpy.examples.flood
Flooding Demonstration
python -m wsnsimpy.examples.aodv
AODV Demonstration