WsnSimPy is a simulator for wireless sensor networks, modeling both network-level messaging and full-stack communications. It is written in Python 3 and built on top of the SimPy simulation framework.
This will install the original version by Chaiporn Jaikaeo.
pip install wsnsimpy
To install this version, you have to clone this repository and manually install.
Examples can be found in the directory wsnsimpy/examples
, which can be started
directly from a command line.
python -m wsnsimpy.examples.flood
python -m wsnsimpy.examples.aodv