Hi, On 2015年04月18日 03:28, Sanghamitra De wrote: > Hi, > I have a few nodes in Emulab environment which have Ubuntu 14.04 LTS loaded > and OVS-2.3.1 installed. In one of these nodes i want to install ryu to write > a controller application. MY querries are: > > 1) will the following commands from: > https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial > help me to install ryu. if the command sequence is not ok with the > versions of ubuntu and ovs then please let me know the correct command > sequence. The command sequence i found is: > > ping -c www.standford.edu <http://www.standford.edu> > ifconfig -a > sudo dhclient ethX > sudo apt-get update > sudo killall controller > git clone git://github.com/osrg/ryu.git <http://github.com/osrg/ryu.git> > cd ryu > PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py > > (NOTE: since i am working in emulab mode therefore i am not using mininet)
The above procedure seems to does not include "install prereqs". > > > 2) Inside which directory should the ryu application be written? You can write your application at any directory that you like. And,It is recommended that you reference to the following URL. [Ryu 3.20 documentation] http://ryu.readthedocs.org/en/latest/writing_ryu_app.html [Ryu-BOOK] http://osrg.github.io/ryu-book/en/html/ thanks, > > > > > Thanks & Regards > Sanghamitra De > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
