On Mon, May 27, 2013 at 06:15:25PM +0900, Isaku Yamahata wrote: > this set implements basic ryu of-wire classes <-> json conversions. > > TODO left: > - xxx: other of-wire versions > - xxx: unit tests > > Changes from last version: > - reserved keyword > - parameterize string encoding/decoding
Supplement: json.dumps/loads() without encoding specified can fail because str may not be converted to utf-8. So appropriate encoding like unicode_escape needs to be specified. thanks, > - pylint > > Isaku Yamahata (2): > ofproto/ofproto_v1_0_parser: use tun_id instead of tun_id_ > ofproto/ofproto_parser: pylint > > YAMAMOTO Takashi (2): > json representation of of-wire classes > of-wire json: adapt OF1.0 > > ryu/ofproto/ofproto_parser.py | 114 > ++++++++++++++++++++++++++++++++---- > ryu/ofproto/ofproto_v1_0_parser.py | 27 ++++----- > 2 files changed, 116 insertions(+), 25 deletions(-) > > -- > 1.7.10.4 > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > -- yamahata ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
