aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.c
Commit message (Collapse)AuthorAgeFilesLines
* 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