Metadata-Version: 2.1
Name: wsnsimpy
Version: 0.2.4
Summary: SimPy-based WSN Simulator
Home-page: https://gitlab.com/cjaikaeo/wsnsimpy
Author: Chaiporn Jaikaeo
Author-email: chaiporn.j@ku.ac.th
License: UNKNOWN
Description: 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](https://simpy.readthedocs.io/en/latest/)
        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
        
        <img src="img/flood.png" width="300" height="300" alt="Flooding Demonstration">
        
            python -m wsnsimpy.examples.aodv
        
        <img src="img/aodv.png" width="300" height="300" alt="AODV Demonstration">
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
