[DJI-log-discuss] Noobie

big dog ifusereqtrue at gmail.com
Fri Jul 24 23:13:11 PDT 2020


Hi Ross,

I've read the guide on the website, it was great and got me started, i've
compiled the program and parsed files and i can see the suggestion for
updating the output to whatever format i'm chasing. I'm still analysing the
output at the moment.

I've also been going through the mailing list archive to get up to speed.

Thanks for the help, i'll start there and might have some follow up
questions.

Thank you!

On Sat, Jul 25, 2020 at 3:57 PM Ross Finlayson <finlayson at live555.com>
wrote:

>
>
> > 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/
>
>
> --
> DJI-log-discuss mailing list
> DJI-log-discuss at lists.live555.com
> http://ns.live555.com/mailman/listinfo/dji-log-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ns.live555.com/pipermail/dji-log-discuss/attachments/20200725/9b8ebcae/attachment.htm>


More information about the DJI-log-discuss mailing list