ryu-3
software defined networking framework - Python 3
Install
- All systems
-
curl cmd.cat/ryu-3.sh
- Debian
-
apt-get install python3-ryu
- Ubuntu
-
apt-get install python3-ryu
- Kali Linux
-
apt-get install python3-ryu
- Fedora
-
dnf install python3-ryu
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-ryu
- Dockerfile
- dockerfile.run/ryu-3
python3-ryu
software defined networking framework - Python 3
Ryu is a component-based software defined networking framework. Ryu provides software components with well defined API that make it easy for developers to create new network management and control applications. Ryu supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions. This package provides the Python 3 module.