| Commit message (Expand) | Author | Age | Files | Lines |
* | fix ootx_decode tool compile | Josh Allen | 2017-02-14 | 2 | -6/+6 |
* | Merge github.com:cnlohr/libsurvive | Josh Allen | 2017-02-14 | 2 | -311/+0 |
|\ |
|
| * | integrate josh's new work. It works! #19 is just about solved! | cnlohr | 2017-02-14 | 2 | -311/+0 |
* | | use acode | Josh Allen | 2017-02-14 | 1 | -4/+5 |
|/ |
|
* | rename function for half float to float | Josh Allen | 2017-02-13 | 1 | -11/+11 |
* | use zlib crc32 | Josh Allen | 2017-02-13 | 2 | -6/+8 |
* | remove crc32 code. we are using zlib crc32 code | Josh Allen | 2017-02-13 | 2 | -116/+0 |
* | remove unused code | Josh Allen | 2017-02-13 | 3 | -209/+10 |
* | add code to use cnlohr's improved dataset | Josh Allen | 2017-02-13 | 1 | -1/+58 |
* | fix decoding of length value | Josh Allen | 2017-02-13 | 1 | -26/+4 |
* | simplify zero condition | Josh Allen | 2017-02-13 | 1 | -1/+1 |
* | function half to float conversion | Josh Allen | 2017-02-12 | 1 | -20/+34 |
* | buffer does not need to be very large. | Josh Allen | 2017-02-12 | 1 | -1/+1 |
* | free decoder context | Josh Allen | 2017-02-12 | 3 | -1/+11 |
* | handler for bad crc32 | Josh Allen | 2017-02-12 | 3 | -9/+9 |
* | clean up code. move some of the debugging code out into the test harness | Josh Allen | 2017-02-12 | 3 | -47/+35 |
* | fix copyright | Josh Allen | 2017-02-12 | 4 | -4/+4 |
* | remove float16 to float32 conversion | Josh Allen | 2017-02-12 | 1 | -30/+2 |
* | proper decoding of bith lighthouse ootx data | Josh Allen | 2017-02-12 | 3 | -29/+81 |
* | use ootx_accumulate_bit | Josh Allen | 2017-02-12 | 1 | -1/+1 |
* | ootx_log_bit to ootx_accumulate_bit | Josh Allen | 2017-02-12 | 2 | -4/+10 |
* | add lighthouse_info_v6 | Josh Allen | 2017-02-11 | 3 | -5/+143 |
* | correctly decodes lighthouse 1 ootx frames | Josh Allen | 2017-02-11 | 3 | -7/+31 |
* | end of frame detection corrected | Josh Allen | 2017-02-11 | 3 | -15/+23 |
* | print protocol and firmware version | Josh Allen | 2017-02-11 | 1 | -1/+4 |
* | ootx payload length for lighthouse 1 seems to be decoding correctly at 0x21. | Josh Allen | 2017-02-11 | 3 | -13/+94 |
* | add code to try to deal with lighthouse data. | Joshua Allen | 2017-02-10 | 3 | -12/+85 |
* | don't write to buffer until preamble is found | Joshua Allen | 2017-02-10 | 1 | -4/+13 |
* | use decoding contexts to separate simultaneous lighthouse ootx decoding. | Joshua Allen | 2017-02-10 | 3 | -46/+71 |
* | crc check decoded data | Josh Allen | 2017-02-10 | 5 | -5/+29 |
* | add initial ootx decoder | Josh Allen | 2017-02-10 | 6 | -0/+392 |