SDNMS is a networking monitor system for SDN(Software Defined Network). We provide a centralized control for all SDN switch.
- Ryu: https://osrg.github.io/ryu/
- OpnevSwitch: https://www.openvswitch.org/
- Mininet: http://mininet.org/
We use mininet to create virtual network
mn --topo single,3 --mac --switch ovsk --controller=remote
Start our Ryu controller
ryu-manager --verbose my_switch.py
Open CLI
python ControllerCLI.py
Details in the user guide
- ARP proxy
- DNS proxy
- delay between switch
- delay between host
- database (SQLite)
connect me [email protected]