Re: [Ryu-devel] Importing tensorflow in ryu program

2019-02-05 Thread Jade Manapee
I did that before, I just simply installed all libraries required. and import them in ryu app. On Thu, Jan 24, 2019 at 8:45 AM IWAMOTO Toshihiro wrote: > > On Thu, 24 Jan 2019 02:47:24 +0900, > uttam kamalia wrote: > > > > [1 ] > > [1.1 ] > > Hello sir, > > > > I am building a project on routin

Re: [Ryu-devel] Are there any way to easily get links capacity?

2019-01-16 Thread Jade Manapee
roto_parser > req = ofp_parser.OFPPortStatsRequest(datapath, 0, ofp.OFPP_ANY) > datapath.send_msg(req) > > this works. > > With Best Regards > moyeen > > Get Outlook for Android <https://aka.ms/ghei36> > > ------ > *From:* Jade Manapee &

Re: [Ryu-devel] Are there any way to easily get links capacity?

2019-01-16 Thread Jade Manapee
Hi, Thanks for the reply. So there is no advantage using Sdn to find link capacity then? On Sat, Jan 12, 2019 at 5:02 AM Artem Gromov wrote: > > Hi, > you can also use scapy library. > > On Thu, Jan 10, 2019, 18:29 Jade Manapee > >> Is there any function in ryu like get

[Ryu-devel] Are there any way to easily get links capacity?

2019-01-10 Thread Jade Manapee
Is there any function in ryu like get_port_capacity something like that? Only way I can think is use iperf. Thanks ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] What does curr_speed and max_speed in port description mean?

2018-12-23 Thread Jade Manapee
max_speed is a bandwidth of the link? and what's curr_speed? I only got the same result every time wheater I run traffic or not. Thank you ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] How does controller know when switches leave?

2018-10-22 Thread Jade Manapee
I am a bit confused, I know that they open a TCP session, but did they exchange message all the time? and when it got time-out it terminates session? then how "_event_switch_leave_handler" works? I read on ryu page but it didn't say anything. Am I missing something? Thank you ___

Re: [Ryu-devel] Have a problem about monitoring

2018-05-24 Thread Jade Manapee
Thank you for the idea I can get the accuracy one On Tue, May 15, 2018 at 12:46 PM, IWAMOTO Toshihiro wrote: > On Tue, 08 May 2018 00:29:54 +0900, > Jade Manapee wrote: >> >> Hi everyone, >> >> I wrote some code for monitoring traffic. I created a link which

[Ryu-devel] Have a problem about monitoring

2018-05-07 Thread Jade Manapee
Hi everyone, I wrote some code for monitoring traffic. I created a link which has 10 Mbps I tried to send traffic 5 Mbps with iperf and i expect it will give me something like 60 bytes/sec. it did actually but sometimes it gives me 100 bytes/sec. Here's my code def _port_stats_reply_hand