Thank you Iwase.
I'm gonna read it through.
Best wishes.
2016-05-01 8:27 GMT+00:00 Iwase Yusuke :
> Hi,
>
> The following shows a sample application of Ryu and explains it.
> Please refer to this document first.
>
> http://osrg.github.io/ryu-book/en/html/switching_hub.html#implementation-of-switc
Hi,
The following shows a sample application of Ryu and explains it.
Please refer to this document first.
http://osrg.github.io/ryu-book/en/html/switching_hub.html#implementation-of-switching-hub-using-ryu
Thanks,
Iwase
On 2016年04月30日 10:38, Edison Albuquerque wrote:
> I've been writing apps u
I've been writing apps using POX.
To retrieve switch datapath id (dpid) I just write:
dpid = event.connection.dpid, because POX captures the dpid when detects
ConnectionUp event and keeps track of it during connection establishment.
I couldn't find, yet, how to do the same with Ryu.
I guess it mu