[DJI-log-discuss] Noobie

Ross Finlayson finlayson at live555.com
Fri Jul 24 22:57:52 PDT 2020



> On Jul 25, 2020, at 5:41 PM, big dog <ifusereqtrue at gmail.com> wrote:
> 
> Hi,
> 
> New comer, first of all thank you for all the good work, very impressive, i am hoping to help if i can but would like some pointers.
> 
> How do i go about parsing a file using the program and analysing any gaps?

First, I assume that you have read the section titled "The "djiparsetxt” application” on our web site:
	http://djilogs.live555.com/
This tells you how to build the “djiparsetxt” applicaton, and, most importantly, what skills you need to have to do so.


> Can the program print out a hex code or something that i can convert and then guess the value with my actual data?

No, but you could modify the code of the appropriate “parseRecord_*” function to do this.  E.g., add something like the following to the very start of whatever "parseRecord_*” function you’re interested in:
	for (u_int8_t const* p = ptr; p < limit; ++p) fprintf(stderr, “:%02x”, *p);
	fprintf(stderr, “\n”);


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




More information about the DJI-log-discuss mailing list