Re: [Ryu-devel] Empty fields when using from_jsondict

2016-07-19 Thread Felix Breidenstein
> The "None" fields (version, msg_type, msg_len, xid) will be set when > msg.serialize() method is called. > So ofp_msg_from_jsondict() method does not set these fields. > > https://github.com/osrg/ryu/blob/master/ryu/ofproto/ofproto_parser.py#L186-L200 > > > Thanks, > Iwase > Hi Iwase, Tha

Re: [Ryu-devel] Empty fields when using from_jsondict

2016-07-18 Thread Iwase Yusuke
Hi, On 2016年07月18日 22:47, Felix Breidenstein wrote: > Hi everyone, > > i am currently writing my bachelor thesis at TU Darmstadt in Germany. > Part of my task is to transform Ryu into a Server/Client application > where the server is connected to the switches and the client (running on > another m