I am using RYU and POX controller with Flowvisor over Mininet. When I connect POX controller to flowvisor (the ports of my slices are 10000 and 20000), I use this line:
cd /home/ubuntu/pox && ./pox.py openflow.of_01 --port=10000 forwarding.<name_of_controller>
What about RYU controller connection? What is the line to connect RYU controller to a specific port (except 6633) of flowvisor?
Thanks