[DJI-log-discuss] Source code repository?

Ross Finlayson finlayson at live555.com
Sat Jan 16 13:56:04 PST 2021



> On Jan 17, 2021, at 5:16 AM, Patrick Jeanson <patrickjqc at gmail.com> wrote:
> 
> Hello
> 
> Would you have a source code repository such as github to download the c++ source code for the log parser?  The best I could find was to get the source code from the DoxyGen page which is error prone and tedious.

No, the ‘Doxygen’ version of the source code is just for documentation.  It’s not what you’d use to actually build the “djiparsetxt” application yourself.

See http://djilogs.live555.com/#djiparsetxt .  The source code for the “djiparsetxt” application is available from
	http://djilogs.live555.com/public/ 
in particular:
	http://djilogs.live555.com/public/djiparsetxt-latest.tar.gz
for the latest version.

Use "tar -xf" to extract the code; then cd to the source code directory. Then run:
	make

(Note that the source code is distributed as a ‘tarball’, not from a source code repositary.  Also, we have our own web server, so we don’t need ‘GitHub’.)


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




More information about the DJI-log-discuss mailing list