qinhan620 / iperf

Automatically exported from code.google.com/p/iperf
0 stars 0 forks source link

convert result reports from server to client to JSON #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Explaination of new feature

use netlogger like messages to report the results from server to client.

Justification of new feature

makes things easier to parse locally without messing with fixed length packet 
formats

Original issue reported on code.google.com by jdugan.e...@gmail.com on 10 Dec 2009 at 6:59

GoogleCodeExporter commented 8 years ago
at this point JSON is the clear winner here.  investigate a library to JSON in 
C and use that as the standard reporting format.

Original comment by jdu...@es.net on 10 Sep 2012 at 4:21

GoogleCodeExporter commented 8 years ago

Original comment by jdu...@es.net on 10 Sep 2012 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by jdu...@es.net on 10 Sep 2012 at 4:24

GoogleCodeExporter commented 8 years ago
Now using JSON to transfer the results back and forth, and also to send the 
parameters from client to server.

The JSON library is a somewhat modified version of Dave Gamble's 2009 cJSON: 
http://sourceforge.net/projects/cjson/

Original comment by jef.posk...@gmail.com on 18 Oct 2012 at 8:31