aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decode.c
Commit message (Expand)AuthorAgeFilesLines
* fix ootx_decode tool compileJosh Allen2017-02-141-4/+4
* use acodeJosh Allen2017-02-141-4/+5
* remove unused codeJosh Allen2017-02-131-153/+0
* add code to use cnlohr's improved datasetJosh Allen2017-02-131-1/+58
* free decoder contextJosh Allen2017-02-121-1/+4
* handler for bad crc32Josh Allen2017-02-121-6/+6
* clean up code. move some of the debugging code out into the test harnessJosh Allen2017-02-121-0/+27
* fix copyrightJosh Allen2017-02-121-1/+1
* proper decoding of bith lighthouse ootx dataJosh Allen2017-02-121-24/+65
* use ootx_accumulate_bitJosh Allen2017-02-121-1/+1
* add lighthouse_info_v6Josh Allen2017-02-111-5/+8
* correctly decodes lighthouse 1 ootx framesJosh Allen2017-02-111-1/+1
* end of frame detection correctedJosh Allen2017-02-111-4/+10
* 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-111-2/+27
* add code to try to deal with lighthouse data.Joshua Allen2017-02-101-5/+61
* use decoding contexts to separate simultaneous lighthouse ootx decoding.Joshua Allen2017-02-101-2/+4
* add initial ootx decoderJosh Allen2017-02-101-0/+50