Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surajmandalcell/sdn-topology-discovery-and-pushing-into-database
https://github.com/surajmandalcell/sdn-topology-discovery-and-pushing-into-database
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/surajmandalcell/sdn-topology-discovery-and-pushing-into-database
- Owner: surajmandalcell
- Created: 2023-04-05T19:55:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T17:57:20.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T04:54:44.340Z (about 1 month ago)
- Language: Python
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Topology Discovery and Monitoring
Todo:
- [X] : Make presentation for the project
- [X] : Make sure topology is runnable
- [X] : Make sure controller is runnable
- [X] : Make sure data can be logged
- [X] : Make sure data can be sent to database
- [ ] : ~~Make sure data can be visualized~~
- [X] : Finish the project---
#### Steps to run the project:
python binary which the controller and topology uses will be printed at start of the controller, usually it is `/usr/bin/python3`.
Install dependencies:
```
/usr/bin/python3 -m pip install requirements.txt
```Run the controller(if it stops, run it again asap after running topology):
```
ryu-manager controller.py
```To run ring topology:
```
sudo ring.py
```To run star topology:
```
sudo star.py
```#### Project Members:
- Suraj Mandal
- Lakhwinder Singh
- Priyanka
- Saurav Singh