From jca112100 at iitd.ac.in Tue Apr 9 05:16:53 2013 From: jca112100 at iitd.ac.in (Gaurav Aggarwal) Date: Tue, 9 Apr 2013 17:46:53 +0530 Subject: [Netalyzr] Documentation on client & server transcripts and json file Message-ID: <2b67c423f7f6c31a78cfffaaf2bb19c3.squirrel@webmail.iitd.ernet.in> Hi, I was checking the json file which could be fetched for particular id. For NAT detection, I noticed this thing: { "comment": "", "name": "NAT detection", "results": null, "warning": "", "testnames": [ "checkLocalAddr" ], "linkname": null, "problem": "" }, The above thing do tell that the NAT is not present when actually it was. The test summary and client & server transcripts though had it mentioned that nat was present. Am I missing something? Also is there any documentation available to infer client & server transcripts and json file? Thanks & Regards: Gaurav Aggarwal From nweaver at ICSI.Berkeley.EDU Tue Apr 9 06:47:42 2013 From: nweaver at ICSI.Berkeley.EDU (Nicholas Weaver) Date: Tue, 9 Apr 2013 06:47:42 -0700 Subject: [Netalyzr] Documentation on client & server transcripts and json file In-Reply-To: <2b67c423f7f6c31a78cfffaaf2bb19c3.squirrel@webmail.iitd.ernet.in> References: <2b67c423f7f6c31a78cfffaaf2bb19c3.squirrel@webmail.iitd.ernet.in> Message-ID: <19E0153C-C0F7-49B7-AB36-F776E9AC78AE@icsi.berkeley.edu> On Apr 9, 2013, at 5:16 AM, "Gaurav Aggarwal" wrote: > Hi, > > I was checking the json file which could be fetched for particular id. For > NAT detection, I noticed this thing: > { > "comment": "", > "name": "NAT detection", > "results": null, > "warning": "", > "testnames": [ > "checkLocalAddr" > ], > "linkname": null, > "problem": "" > }, > The above thing do tell that the NAT is not present when actually it was. > The test summary and client & server transcripts though had it mentioned > that nat was present. Am I missing something? No, its that the JSON results for the server side are incomplete. We added the JSON code relatively recently for researcher support, but most of that support is accessing all that the client does (which IS in the JSON 100%). If you need the results of this particular test in the JSON output, we can add it in for the next update and/or document how to get the information from the client side data. > Also is there any documentation available to infer client & server > transcripts and json file? Not really. The JSON file includes all the client uploaded information, both the results and pointers to any uploaded files, but documentatino of what the client does is not formal but only informal in the transcript. > > Thanks & Regards: > Gaurav Aggarwal > > > _______________________________________________ > Netalyzr mailing list > Netalyzr at mailman.ICSI.Berkeley.EDU > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/netalyzr From christian at icir.org Tue Apr 9 10:41:47 2013 From: christian at icir.org (Christian Kreibich) Date: Tue, 09 Apr 2013 10:41:47 -0700 Subject: [Netalyzr] Documentation on client & server transcripts and json file In-Reply-To: <2b67c423f7f6c31a78cfffaaf2bb19c3.squirrel@webmail.iitd.ernet.in> References: <2b67c423f7f6c31a78cfffaaf2bb19c3.squirrel@webmail.iitd.ernet.in> Message-ID: <516452DB.5040308@icir.org> On 04/09/2013 05:16 AM, Gaurav Aggarwal wrote: > Also is there any documentation available to infer client & server > transcripts and json file? Folks, to those of you using (or thinking of using) our JSON: please let us know your thoughts and requirements. It's currently a rather half-baked attempt at representing the full results info, and there's a lot missing. If it becomes clear that people really want this, will prioritize it accordingly. Cheers, -C.