Re: [Ryu-devel] ?????? ?????? ?????? ?????? sdn

2015-04-13 Thread Minoru TAKAHASHI
ASHI";; > *:* 2015??4??14??(??) 1:32 > *??:* "??"<406699...@qq.com>; "Minoru > TAKAHASHI"; > *:* Re: [Ryu-devel] ?? ?? ?? sdn > > Hi, > > On 2015??04??13?? 11:51, ?? wrote: >> Hi, >> Thank you for your

Re: [Ryu-devel] ?????? ?????? sdn

2015-04-12 Thread Minoru TAKAHASHI
his?? >> But the result is still 404 error. > > {"00:00:00:00:00:02": 2, "00:00:00:00:00:01": 1} is not needed. > Please run the following command. > > $ curl -X GET http://127.0.0.1:8080/simpleswitch/mactable/000000000001 > >> >> thanks >> -

Re: [Ryu-devel] sdn

2015-04-08 Thread Minoru TAKAHASHI
Hi, On 2015年04月08日 23:38, 水墨画 wrote: > > Hi, > I run the simple_switch_rest_13.py in the ryu sdn book,but the error turn out > below, and I do not know what is wrong. > would you help me with this? > Thank you very much! > Looking Forward to your reply! Please specify DatapathID with 16 digits

Re: [Ryu-devel] SDN application for Snort (Robert Clove)

2015-02-03 Thread 林哲緯
Hi, Clove I’m also doing the research on security topic. Ryu controller provide the integration API for Snort. The main feature is Ryu controller can receive the alert message from snort You can see more documents in http://ryu.readthedocs.org/en/latest/snort_integrate.html the application s

Re: [Ryu-devel] SDN troubleshooting tool

2012-09-20 Thread Colin Scott
You can use sts as a fuzzer and integration test generator without any modifications to Ryu. We're currently working on implementing generic deterministic replay that can work on any controller, but it will be at least a few weeks until it's ready. Lastly, to perform automated input pruning, you'

Re: [Ryu-devel] SDN troubleshooting tool

2012-09-20 Thread OHMURA Kei
2012/9/18 Colin Scott : > Hey Ryu developers, > > Our research group at UC Berkeley is developing a troubleshooting tool for > SDN controllers, and we now have a working prototype. Great work. I believe that such tool is very useful. The sts only supports floodlight and pox? Can I use sts with Ryu