[Ryu-devel] ?????? Create a new OpenFlow message

2016-03-30 Thread ????-????
m Homepage: http://www.muzixing.com -- -- ??: "Shinpei Muraoka";; : 2016??3??31??(??) 9:27 ??: "Monica.Rajasekaran"; "ryu-devel"; ????: Re: [Ryu-devel] Create a new OpenFlow message Hi, >

Re: [Ryu-devel] Create a new OpenFlow message

2016-03-30 Thread Shinpei Muraoka
sekaran, Monica > *Sent:* Wednesday, March 30, 2016 10:45 AM > *To:* '北邮-李呈' ; 'ryu-devel' > > *Subject:* RE: Re:[Ryu-devel] Create a new OpenFlow message > > Hi, > > I followed the steps in the link to create a new OpenFlow message type > but I get an “*_error

Re: [Ryu-devel] Create a new OpenFlow message

2016-03-30 Thread Rajasekaran, Monica
Wednesday, March 30, 2016 10:45 AM To: '北邮-李呈' ; 'ryu-devel' Subject: RE: Re:[Ryu-devel] Create a new OpenFlow message Hi, I followed the steps in the link to create a new OpenFlow message type but I get an “error (attached image)” after I recompile and run ryu-manager.

Re: [Ryu-devel] Create a new OpenFlow message

2016-03-30 Thread Rajasekaran, Monica
o(ofproto.OFP_NEW_MSG_PACK_STR, self.buf, ofproto.OFP_HEADER_SIZE, self.data) 5. Recompiled using “python ./setup.py install” 6. Ran ryu-manager --verbose Any help is appreciated. Thanks From: Rajasekaran, Monica Sent: Tuesday, March 29, 2016 4:17 PM To: '北邮-李呈' ; ryu-devel Subject

Re: [Ryu-devel] Create a new OpenFlow message

2016-03-29 Thread Rajasekaran, Monica
: Rajasekaran, Monica ; ryu-devel Subject: Re:[Ryu-devel] Create a new OpenFlow message You can find useful info at: http://www.muzixing.com/pages/2015/11/20/ji-yu-ryuda-zao-zi-ding-yi-kong-zhi-qi.html please locate the info at the context of 自定义报文. -- Distance 李呈

Re: [Ryu-devel] Create a new OpenFlow message

2016-03-29 Thread Rajasekaran, Monica
Output etc.. , How do I do that ? Where do I add my new message class ? Thanks. -Original Message- From: Shinpei Muraoka [mailto:[email protected]] Sent: Monday, March 28, 2016 8:17 PM To: Rajasekaran, Monica ; [email protected] Subject: Re: [Ryu-devel] Create a ne

Re: [Ryu-devel] Create a new OpenFlow message

2016-03-28 Thread ????-????
://www.muzixing.com -- Original -- From: "Rajasekaran, Monica"; Date: 2016??3??29??(??) 5:38 To: "ryu-devel"; Subject: [Ryu-devel] Create a new OpenFlow message Hello, I am a newbie to the Ryu Controller source code. I

Re: [Ryu-devel] Create a new OpenFlow message

2016-03-28 Thread Shinpei Muraoka
Hi, Do you read the Ryubook? If you do not read the Ryubook, please refer to the following. https://osrg.github.io/ryu-book/en/html/ If you want to create an application with the Ryu, please refer to the following. http://ryu-zhdoc.readthedocs.org/en/latest/ Thanks, On 2016年03月29日 06:38, Ra

[Ryu-devel] Create a new OpenFlow message

2016-03-28 Thread Rajasekaran, Monica
Hello, I am a newbie to the Ryu Controller source code. I wish to create a new Openflow message and send it to my OVS. Could someone provide me with some guidance on how to proceed ? I have already instructed my OVS on how to handle the same, trying to figure out the controller part. Thanks.