On Tue, 28 May 2013 14:03:46 +0900 Isaku Yamahata <[email protected]> wrote:
> On Tue, May 28, 2013 at 12:50:10PM +0900, FUJITA Tomonori wrote: >> On Tue, 28 May 2013 12:47:50 +0900 (JST) >> FUJITA Tomonori <[email protected]> wrote: >> >> > On Mon, 27 May 2013 18:25:58 +0900 >> > Isaku Yamahata <[email protected]> wrote: >> > >> >> 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. >> > >> > JSON wording might be misleading. What we need is object notion that >> > most of languages can handle. Strictly, it's JSON. >> >> Oops, it's not JSON. >> >> > Btw, the patch doesn't looks like handling most tricky part. OFMatch >> > in 1.2 and 1.3? > > Not yet. Is this direction OK? > I'd like to check if the direction is ok before attacking OF 1.2/1.3 > because OFMatch is hard. This is pretty straightforward. I need to see how this can work with the hard part. ------------------------------------------------------------------------------ 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
