aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.c
Commit message (Collapse)AuthorAgeFilesLines
* simplify zero conditionJosh Allen2017-02-131-1/+1
|
* function half to float conversionJosh Allen2017-02-121-20/+34
|
* buffer does not need to be very large.Josh Allen2017-02-121-1/+1
|
* free decoder contextJosh Allen2017-02-121-0/+6
|
* handler for bad crc32Josh Allen2017-02-121-2/+2
|
* clean up code. move some of the debugging code out into the test harnessJosh Allen2017-02-121-47/+7
|
* 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
| | | | | the payload length seems to be oscillating between 0x21 and a much larger number. the larger number 0xc8ec I have no idea why. 0xc8ec does not last long before a new preamble is found
* add code to try to deal with lighthouse data.Joshua Allen2017-02-101-7/+22
| | | | | need to decode which lighthouse is sending the sync pulse. I could not get the disambiguator to work.
* 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