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
- Host: GitHub
- URL: https://github.com/mixih/cs613-final-swarm
- Owner: Mixih
- Created: 2024-04-08T04:05:56.000Z (about 2 years ago)
- Default Branch: mainline
- Last Pushed: 2024-05-07T15:56:06.000Z (about 2 years ago)
- Last Synced: 2025-01-19T10:33:18.840Z (over 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`