dump978
dump978 copied to clipboard
Experimental demodulator/decoder for UAT on 978MHz
When running `dump978-fa --version`, the exit code is non-zero: ``` root@3f8f97a4cbae:/# dump978-fa --version dump978-fa db4c8c9 root@3f8f97a4cbae:/# echo $? 64 ``` I believe when running `dump978-fa --version` that the exit code...
This is my attempt to get RSSI into dump978. It's a bit of a mixture between the stratux fork and dump1090-mutability RSSI. It currently only affects uat2json and uat2text. uat2esnt...
Environment notes: GCC Version: 12.2.0 Linux Kernel: 6.0.0-1-MANJARO GNU Make 4.3 When running `make`, I run into compiler errors regarding `esnt_frame` in `uat2esnt.c` possibly being uninitialized. I attached the full...