An open API service indexing awesome lists of open source software.

https://github.com/mixih/cs613-final-swarm

Swarm network controller algorithms
https://github.com/mixih/cs613-final-swarm

Last synced: about 2 months ago
JSON representation

Swarm network controller algorithms

Awesome Lists containing this project

README

          

## Usage

1. `./setup_pox.sh` - initial setup script, run in VM after cloning
2. `python3 pox.py log.level --DEBUG ` to bring up the controller.
3. `sudo python3 run_mininet.py` to bring up the topology

## controller modules

- `dijkstra`