aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* correctly decodes lighthouse 1 ootx framesJosh Allen2017-02-111-4/+28
* end of frame detection correctedJosh Allen2017-02-111-10/+12
* ootx payload length for lighthouse 1 seems to be decoding correctly at 0x21.Josh Allen2017-02-111-11/+63
* add code to try to deal with lighthouse data.Joshua Allen2017-02-101-7/+22
* 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-101-42/+52
* crc check decoded dataJosh Allen2017-02-101-1/+9
* add initial ootx decoderJosh Allen2017-02-101-0/+112