Hi, On 2016年06月08日 22:41, Deepak Jose wrote: > Hi Folks, > > I'm interested in working on ryu controller and the learning material(from > official ryu documentation) I am using is written in 2014 with open flow > version 1.3. I felt vm mentioned in it is little old and it is better to use > a latest vm that has updated execution environment. If any one has the latest > vm, can you please share if anyone has a latest one and the installation > procedure?
As you said, the VM images on OpenFlow Tutorial is too old. I cannot recommend to use it... http://osrg.github.io/ryu-book/en/html/switching_hub.html#execution-of-ryu-application So, if you can install Mininet + OVS manually, installation of Ryu is very easy. e.g.) $ sudo apt-get install git python-dev python-setuptools python-pip $ git clone https://github.com/osrg/ryu.git $ cd ryu $ sudo pip install . Or, If you have installed Docker, you can use the Docker image for the Ryu-Book. $ docker pull iwaseyusuke/ryu-book $ sudo xhost +si:localuser:root $ docker run -it --privileged -e DISPLAY=$DISPLAY \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v /lib/modules:/lib/modules \ iwaseyusuke/ryu-book But, please note that this Docker image is not the official image yet. This image is under reviewing in our team. Thanks, Iwase > > Thanks, > Deepak > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
