Skip to content
forked from suen049/wsnsimpy

A fork of a simulator for wireless sensor networks based on SimPy simulation framework.

License

Notifications You must be signed in to change notification settings

lcz1998/wsnsimpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimPy-based WSN Simulator

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.

Installation

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.

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

About

A fork of a simulator for wireless sensor networks based on SimPy simulation framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%