[Ryu-devel] Adding REST to Ryu

2017-06-06 Thread Douglas Harewood-Gill
Greetings I am a PhD student new to both Python and Ryu and I was wondering if anyone could give me some advice. I am using the Ryu controller program (L2DestForwardStaticRyu.py) provided by Dr Grey Bernstein ( https://www.grotto-networking.com/SDNfun.html#programming-switches-with-ryu) for shor

[Ryu-devel] blocking communication

2017-06-06 Thread Tom De Schepper
Hi all, Some colleagues and I are interested in using the Ryu controller together with a program of our own to control and monitor network components. To this extend, it is necessary to set up some form of communication between the programs. For that, we want to use the ZeroMQ framework ( http://z

[Ryu-devel] Snort IPS-Ryu Controller

2017-06-06 Thread Gamze Kaygısız
Hi. I want to integrate Snort IPS and Ryu's controller. What do I have to do step by step? Could you help me? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.

Re: [Ryu-devel] Adding REST to Ryu

2017-06-06 Thread Fujimoto Satoshi
Hi, Douglas Ryu has ofctl_rest.py, which is a sample application and provides REST API to get flow statistics. http://ryu.readthedocs.io/en/latest/app/ofctl_rest.html I think it is better to use ofctl_rest.py than to implement your own REST API in your app. Thanks, Fujimoto On 2017

Re: [Ryu-devel] Snort IPS-Ryu Controller

2017-06-06 Thread Fujimoto Satoshi
Hi, Gamze Have you read this document? http://ryu.readthedocs.io/en/latest/snort_integrate.html This document shows how to integrate Ryu with Snort. If not, I recommend reading this document. Thanks, Fujimoto On 2017年06月07日 03:23, Gamze Kaygısız wrote: Hi. I want to integrate Snort IPS and

Re: [Ryu-devel] blocking communication

2017-06-06 Thread Iwase Yusuke
Hi Tom, On 2017年06月06日 20:54, Tom De Schepper wrote: > Hi all, > > Some colleagues and I are interested in using the Ryu controller together > with a program of our own to control and monitor network components. To this > extend, it is necessary to set up some form of communication between the