Re: [Ryu-devel] Ryu Apps in PyCharm

2018-07-11 Thread IWAMOTO Toshihiro
On Wed, 11 Jul 2018 02:48:13 +0900, David Kasabji wrote: > > Hello Ryu Developers, > > I am in need of debugging Ryu Applications and I want to use PyCharm for it. > > I am using Ubuntu 18.04 launched via VirtualBox. > I have installed Mininet through apt-get and git cloned Ryu source and > inst

[Ryu-devel] Ryu Apps in PyCharm

2018-07-10 Thread David Kasabji
Hello Ryu Developers, I am in need of debugging Ryu Applications and I want to use PyCharm for it. I am using Ubuntu 18.04 launched via VirtualBox. I have installed Mininet through apt-get and git cloned Ryu source and installed it via python setup script. *I have 2 issues:* 1. When I run mi

Re: [Ryu-devel] Ryu apps + TCP Sockets + eventlet

2018-06-19 Thread Carlos Ferreira
Yes. I've solved my issue. It seems that the eventlet monkey_patched sockets do not throw any kind of exception when a socket is closed. Since I'm transferring binary data and not ascii, an EOF would not be very logical. I was expecting an error and I also did not know if I the sockets were in Syn

Re: [Ryu-devel] Ryu apps + TCP Sockets + eventlet

2018-06-18 Thread IWAMOTO Toshihiro
On Thu, 14 Jun 2018 23:42:06 +0900, Carlos Ferreira wrote: > > Hello to all! > > I'm having some issues regarding the use of TCP sockets in ryu apps. > > After spwaning a TCP server using > > hub.spawn(eventlet.serve, eventlet.listen((str(ip), port)), client_handler) > > where the client_handl

[Ryu-devel] Ryu apps + TCP Sockets + eventlet

2018-06-14 Thread Carlos Ferreira
Hello to all! I'm having some issues regarding the use of TCP sockets in ryu apps. After spwaning a TCP server using hub.spawn(eventlet.serve, eventlet.listen((str(ip), port)), client_handler) where the client_handler will handle each client request, it seems that the TCP Socket passed to the h

Re: [Ryu-devel] Ryu Apps and Arguments

2017-09-13 Thread Iwase Yusuke
Hi Carlos, How about using "--user-flags" option? https://www.mail-archive.com/[email protected]/msg13631.html With "ryu-manager" command, all arguments will be evaluated by "ryu-manger", and it is difficult to pass CLI arguments to user application. The above option enables to e

[Ryu-devel] Ryu Apps and Arguments

2017-09-13 Thread Carlos Ferreira
Hello! Simple question. How can I pass execution arguments to a ryu application? Carlos Miguel Ferreira -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.li

Re: [Ryu-devel] Ryu apps

2015-03-09 Thread FUJITA Tomonori
On Tue, 03 Mar 2015 10:57:32 + "Susana Ballester Macías" wrote: > Hi! I installed Ryu 3.19 in Ubuntu Server 14.04. My question is: Can I > startup at the same time all the apps Ryu supports like firewall, vlan, > router, etc?? My purpose is to simulate a network with all those functions in

[Ryu-devel] Ryu apps

2015-03-03 Thread Susana Ballester Macías
Hi! I installed Ryu 3.19 in Ubuntu Server 14.04. My question is: Can I startup at the same time all the apps Ryu supports like firewall, vlan, router, etc?? My purpose is to simulate a network with all those functions in Mininet. Thanks! Ing. Susana Ballester Macías Departamento de Telecomunic

Re: [Ryu-devel] Ryu apps for management

2014-05-30 Thread FUJITA Tomonori
Hi, Please send to ryu-devel mailing list. On Fri, 30 May 2014 04:06:33 -0600 "Dr. Jose Manuel Ballester" wrote: > 1-) Does Ryu support benchmarking with cbench? Ryu worked with cbench but I have not tried for a while. > 2-) Does Ryu support some traffic enginnering application or load > bala