Re: [Ryu-devel] Controller-to-controller communication

2016-11-01 Thread Iwase Yusuke
Hi, Ryu does not define the standard way to communicate between controllers, but you have some options to achieve this. Just an idea, the following implements REST API for sending the packet info by using the json representation of packet library. $ git diff diff --git a/ryu/app/simple_switch_re

[Ryu-devel] Controller-to-controller communication

2016-10-29 Thread Jacob Cox
Hello, Does Ryu have a feature for controller-to-controller(or server) communication? I'm trying to determine which packets if any send more than just the header information to the controller. The best I've accomplished so far is using the first 8 bytes of an ICMP packet's data field to pass i