[Ryu-devel] SDN pip3 install

2022-04-25 Thread Philippus Muda Sinaga
how to do command pip3 install in ryu controller, before i just used this comment for install ryu pip install ryu anyone could help me please ? ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-d

[Ryu-devel] SDN

2021-12-25 Thread mohammad Mahdi Bayat
Hello This is Mohammad Mahdi Bayat, Computer engineer, who is enthusiastic about how to run a SDN network over a building or organisation by using OVS and Ryu-controller across a raspberry pi to have a secure and controlled network. there are some problems about dis/connection between 2 hosts or re

[Ryu-devel] SDN with out of band control plane using Ryu controller

2020-11-06 Thread Phoo phoo thet lyar Tun
Dear Ryu Team, This is Master of Engineering student from Chulalongkorn University, Thailand. My research in brief is as follows: 1) I installed Ryu in one lab and placed in my lab. Ryu controller got one public ip. 2) I have 6 ovs-installed Raspberry Pi's (wireless mesh nodes) and 2 IntelNUC w

[Ryu-devel] SDN products

2019-03-04 Thread AGLLNB09 . 余文清
HI, I'm interested in your SDN products. Can I have a technical exchange? Best Regards ! Kasar/余文清 管理中心信息化应用开发 *TEL: 18126404966 * Mail: yuw...@vanke.com [/工作文件/万科品牌视觉识别系统/PPT页面/所需用图/123_画板 1.png] CHINA VANKE CO., LTD. 万科企业股份有限公司 Vanke Center, 33 Huanmei Road, Dameisha,

[Ryu-devel] SDN Network Poisoning Solutions

2017-03-14 Thread Iuri Finger
Good Morning! I am developing a presentation on poisoning in SDN networks. I would like the help of the community to find articles of existing solutions that address this problem. Any kind of help serves me. Articles, names of solutions, names of people who have developed. Thank you all for any hel

[Ryu-devel] SDN Software Contacts List

2017-02-16 Thread tina.brown
Hi, Are you looking for list of companies using SDN Software? We have users like: ACESTAR, BluBridge Construction Software, Essential Software Solutions, Firestorm MLM Software, Orion Wine Software, Panacea Software, Plexus Software, TCS Software, and many more.. Our database enables y

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

[Ryu-devel] ?????? ?????? ?????? sdn

2015-04-12 Thread ??????
HASHI";; : 2015??4??13??(??) 10:16 ??: "??"<406699...@qq.com>; "ryu-devel@lists.sourceforge.net"; ????: Re: ?? [Ryu-devel] ?? sdn Hi, Please don't drop the mailing list. On 2015??04??10?? 11:44, ?? wrote: > hi, >

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/00000001 > >> >> thanks >> -

[Ryu-devel] ?????? sdn

2015-04-09 Thread ??????
hi?? I do it like this?? But the result is still 404 error. thanks -- -- ??: "Minoru TAKAHASHI";; : 2015??4??9??(??) 10:05 ??: "??"<406699...@qq.com>; "ryu-devel"; : Re: [Ryu-devel]

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

[Ryu-devel] sdn

2015-04-08 Thread ??????
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! quting NUDT E32B3491@E5103502.793D2555.png Description: Binary data J6~K@KEB)`6ZT_SGD

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

[Ryu-devel] ?????? SDN application for Snort

2015-02-03 Thread ????
?: 2015??2??3??(??) 11:52 ??: "ryu-devel"; ????: [Ryu-devel] SDN application for Snort Hi , I am all new to this SDN business. Actually i have given a work to develop SDN application for the Snort, i saw that it has already been made. Can some pass on the link of the

[Ryu-devel] SDN application for Snort

2015-02-03 Thread Robert Clove
Hi , I am all new to this SDN business. Actually i have given a work to develop SDN application for the Snort, i saw that it has already been made. Can some pass on the link of the source of the app, m not getting the one. What i want is snort will be running on some server remotely and i want th

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

[Ryu-devel] SDN troubleshooting tool

2012-09-17 Thread 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 . What we don't have is enough real bugs to validate on! If you h