Re: [Ryu-devel] simplemonitor13

2018-12-25 Thread IWAMOTO Toshihiro
On Tue, 25 Dec 2018 22:21:38 +0900, Edison Albuquerque wrote: > I need to write an api to process data collected from the switch, via > simplemonitor13. > The attribute I need to process is "body" of the statreply message. > I happens that body is a local variable. > Since I am still learning Pytho

[Ryu-devel] simplemonitor13

2018-12-25 Thread Edison Albuquerque
I need to write an api to process data collected from the switch, via simplemonitor13. The attribute I need to process is "body" of the statreply message. I happens that body is a local variable. Since I am still learning Python, I need someone to teach me how to write a code that will capture the