Skip to content

serkas/eNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eNode

WSN (Wireless Sensor Network) simulation framework

Implementation of simulation for paper http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=7346621&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D7346621

Run demo

Uses flask http://flask.pocoo.org/ microframework for GUI, so you need to setup it

pip install Flask

After that, in root directory

python main.py

The responce should be like

 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat

which mean you can open demo in your browser as http://127.0.0.1:5000/ or http://localhost:5000/

About

WSN (Wireless Sensor Network) simulation framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published