Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 239 Bytes

File metadata and controls

12 lines (9 loc) · 239 Bytes

Problem Shooting

Problem : Mininet and Ryu use the same port (6633)

Solution :

Give Ryu another port to runnint app.
$ ryu-manager --ofp--tcp-listen-port 5555 --verbose apps.py


Problem :

Solution :