aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* fix copyrightJosh Allen2017-02-121-1/+1
* remove float16 to float32 conversionJosh Allen2017-02-121-30/+2
* proper decoding of bith lighthouse ootx dataJosh Allen2017-02-121-5/+14
* ootx_log_bit to ootx_accumulate_bitJosh Allen2017-02-121-3/+9
* add lighthouse_info_v6Josh Allen2017-02-111-0/+108
* 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