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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo