aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode
Commit message (Expand)AuthorAgeFilesLines
* fix copyrightJosh Allen2017-02-124-4/+4
* remove float16 to float32 conversionJosh Allen2017-02-121-30/+2
* proper decoding of bith lighthouse ootx dataJosh Allen2017-02-123-29/+81
* use ootx_accumulate_bitJosh Allen2017-02-121-1/+1
* ootx_log_bit to ootx_accumulate_bitJosh Allen2017-02-122-4/+10
* add lighthouse_info_v6Josh Allen2017-02-113-5/+143
* correctly decodes lighthouse 1 ootx framesJosh Allen2017-02-113-7/+31
* end of frame detection correctedJosh Allen2017-02-113-15/+23
* print protocol and firmware versionJosh Allen2017-02-111-1/+4
* ootx payload length for lighthouse 1 seems to be decoding correctly at 0x21.Josh Allen2017-02-113-13/+94
* add code to try to deal with lighthouse data.Joshua Allen2017-02-103-12/+85
* don't write to buffer until preamble is foundJoshua Allen2017-02-101-4/+13
* use decoding contexts to separate simultaneous lighthouse ootx decoding.Joshua Allen2017-02-103-46/+71
* crc check decoded dataJosh Allen2017-02-105-5/+29
* add initial ootx decoderJosh Allen2017-02-106-0/+392