Hi everyone. I use a rye controller for a distributed SDN network, and I
would like to synchronize two Ryu controller using AMQP broker especially
rabbitmq. Do you have any idea how to mix between Ryu controller code and
Rabbitmq.
--
BENAMRANE fouad
PhD student in computer science at UM5A Cisco c
Hi,
When we start ryu with: gui_topology.py, switches.py, rest_topology.py,
ofctl_rest.py
we obtain the next error:
hub: uncaught exception: Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 52, in
_launch
func(*args, **kwargs)
File "
On Mon, 25 Aug 2014 20:20:59 +1200
Karthik Sharma wrote:
> I am running ryu simple switch application as shown below.
>
> *$ ryu-manager ryu/app/simple_switch.py*
>
> I have modified the simple_switch.py and I want to give a configuration
> file to this program as input to let it use the file
I got it.
Thanks for your kindly support.
於 8/25/14, 13:35,"Yusuke Iwase" 寫道:
>Sorry, I mistook...
>
>On 2014年08月25日 14:30, Yusuke Iwase wrote:
>> Hi,
>>
>> On 2014年08月24日 16:07, Jalee Lee wrote:
>>> Hi Yusuke and Takahashi,
>>> As I know ryu can delete flow entry strictly matching wildcards a
I am running ryu simple switch application as shown below.
*$ ryu-manager ryu/app/simple_switch.py*
I have modified the simple_switch.py and I want to give a configuration
file to this program as input to let it use the file for path computation.
i.e I would like something like.
*$ ryu-manager