====== Ryu Install ====== pip install ryu oder git clone git://github.com/osrg/ryu.git cd ryu; python ./setup.py install wenn er wegen Oslo meckert: sudo pip install oslo.config --upgrade * http://ryu.readthedocs.io/en/latest/getting_started.html * https://gist.github.com/olegslavkin/e01ccc1835396402dc2f ===== Ryu auf Raspberry Pi installieren ===== sudo apt-get install python3-pip sudo pip3 install ryu ==== Zodiac-FX ==== sudo picocom /dev/ttyACM0 --omap delbs #Linux CLI (''--omap delbs'' ermöglicht Korrekturen mit Backspace) :!: Zodiac needs to be restarted for config changes to take effect (''Zodiac_FX# restart'') Zodiac_FX# config Zodiac_FX(config)# set of-controller 192.168.178.220 Zodiac_FX(config)# set ip-address 192.168.178.221 Zodiac_FX(config)# set netmask 255.255.255.0 Zodiac_FX(config)# save Zodiac_FX(config)# restart * https://github.com/martimy/flowmanager