Implementation of the Local Voting algorithm in the 6TiSCH Simulator, and some simulation results.
Comparison of slot allocation algorithm Local Voting Z, Local Voting, OTF and E-OTF.
Results for bursty and uniform traffic.
You can find eps and png figures of the results in folder bin/simData_steady/ and bin/simData_bursts/
Some indicative results:
- Local Voting TSCH
- Table of Contents
- Uniform Traffic
- Bursty Traffic
Table of contents generated with markdown-toc
bin/
: the script for you to runSimEngine/
: the simulatorMote.py
: Models a 6TiSCH mote running the different standards listed above.Propagation.py
: Wireless propagation model.SimEngine.py
: Event-driven simulation engine at the core of this simulator.SimSettings.py
: Data store for all simulation settings.SimStats.py
: Periodically collects statistics and writes those to a file.Topology.py
: creates a topology of the motes in the network.
SimGui/
: the graphical user interface to the simulator