https://github.com/keeganwhite/sdn-experiments
Repo containing SDN configs and experiments
https://github.com/keeganwhite/sdn-experiments
docker mininet opendaylight sdn
Last synced: about 1 month ago
JSON representation
Repo containing SDN configs and experiments
- Host: GitHub
- URL: https://github.com/keeganwhite/sdn-experiments
- Owner: keeganwhite
- License: gpl-3.0
- Created: 2025-05-08T10:58:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T14:09:28.000Z (about 1 year ago)
- Last Synced: 2025-05-13T00:55:25.911Z (about 1 year ago)
- Topics: docker, mininet, opendaylight, sdn
- Language: Shell
- Homepage:
- Size: 776 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDN Experiments
Repo containing SDN config and experiments
## Mininet
Set up Mininet following the instructions in [this README](./mininet/README.md).
## Opendaylight Controller
There are various Opendaylight (ODL) examples in this repo.
### Basic Example
To gain an understaning of basic Opendaylight configurations and how the switches work with flow entries follow the instructions in [this README](./opendaylight-basic/README.md).
### Automated Example
The [README file here](./opendaylight-automated/README.md) contains instructions on setting up an automated SDN that will forward packets no matter the topology. This is intended for usage with other applications/APIs but it will allow packets that do not hit a flow table entry to still be forwarded to their destination.