Re: [Ryu-devel] Basic application against a OF1.2 switch

2012-11-04 Thread FUJITA Tomonori
On Sat, 3 Nov 2012 22:52:41 -0700 Shivaram Mysore shivaram.mys...@gmail.com wrote: I am trying to use Ryu against FlowForwarding.org LINC OpenFlow 1.2 switch. I have written this very basic application which does not work. What am I doing wrong? Any help is appreciated. The following code

Re: [Ryu-devel] Basic application against a OF1.2 switch

2012-11-04 Thread Shivaram Mysore
Hello, Thanks - I am able to send messages to the switch. Regards /Shivaram On Sun, Nov 4, 2012 at 4:55 AM, FUJITA Tomonori fujita.tomon...@lab.ntt.co.jp wrote: On Sat, 3 Nov 2012 22:52:41 -0700 Shivaram Mysore shivaram.mys...@gmail.com wrote: I am trying to use Ryu against

[Ryu-devel] Basic application against a OF1.2 switch

2012-11-03 Thread Shivaram Mysore
Hello, I am trying to use Ryu against FlowForwarding.org LINC OpenFlow 1.2 switch. I have written this very basic application which does not work. What am I doing wrong? Any help is appreciated. import logging import struct import array from ryu.controller import handler from ryu.controller