<div dir="ltr"><div>Hi Ross,</div><div><br></div><div>Thanks for detailing this, appreciate it.</div><div><br></div><div>Let me parse some more logs, that particular sample was someone else. I have been parsing mavic2 logs that come back as unknown, i'll play around with known device logs to be sure using your code sample.</div><div><br></div><div>Let me get back to you on this one.</div><div><br></div><div>Thanks.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 28, 2020 at 6:33 PM Ross Finlayson <<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> On Jul 28, 2020, at 6:33 PM, big dog <<a href="mailto:ifusereqtrue@gmail.com" target="_blank">ifusereqtrue@gmail.com</a>> wrote:<br>
> <br>
> Hi Ross,<br>
> <br>
> Thank you and done:<br>
> <br>
> PRINT DRONE HERE:<br>
> 02:01:03:01:17:30:33:5a:31:34:33:37:31:33:34:00:00:00:00:00:00:52:65:64:20:43:61:74:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:d8:a3:b4:81:5b:01:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:30:35:4c:55:30:31:39:39:53:50:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:b8:<br>
> DONE<br>
> <br>
> How does one convert the output to something readable?<br>
<br>
It’s already readable - as binary data, displayed in hexadecimal.<br>
<br>
For example, the first byte - RECOVER.droneType.RAW - is 0x02<br>
<br>
The second byte - RECOVER.appType.RAW - is 0x01<br>
<br>
The next three bytes - RECOVER.appVersion - are 0x03 0x01 0x17 (in little-endian order).<br>
<br>
Etc.<br>
<br>
Our code (in “interpretationTables.cpp”) currently thinks that a “RECOVER.droneType.RAW” value of 0x02 means "P3 Standard”. If that’s not correct, let me know, and I’ll update the code.<br>
<br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
-- <br>
DJI-log-discuss mailing list<br>
<a href="mailto:DJI-log-discuss@lists.live555.com" target="_blank">DJI-log-discuss@lists.live555.com</a><br>
<a href="http://ns.live555.com/mailman/listinfo/dji-log-discuss" rel="noreferrer" target="_blank">http://ns.live555.com/mailman/listinfo/dji-log-discuss</a><br>
</blockquote></div>