I improved this software so it can now display decoded telemetry and save decoded telemetry as a log file.
Source code
windows x64 download:
Lilacsat-soundmodem-CLi.zip (3.5 MB)
I improved this software so it can now display decoded telemetry and save decoded telemetry as a log file.
Source code
windows x64 download:
Lilacsat-soundmodem-CLi.zip (3.5 MB)
Thanks for your tool.
Where can we configure the callsign and websocket address for submitting or is this not meant to be for that?
Where can we configure the callsign and websocket address
I just use it to decode and save log file. I cannot configure callsign and websocket address.
For upload, we need proxy_mmt_gui.exe or something gnu radio graph to do that.
This soundmodem was developed by BG2FWT during the flight-control phase of LilacSat-3. Based on my review, there are some issues with its AGC and several other components, which can lead to incorrect responses and excessive computational resource usage
Nevertheless, his improvements to areas such as clock synchronization make it, in some respects, better than the original GNU Radio flowgraph.
I plan to fix and optimize it, and eventually integrate it into the ASRTU Series Receiver.
In my understanding, soundmodem is just a “modem”. The data will be output through the ZMQ and TCP interfaces. Other software can directly retrieve the data from these two ports. For example, proxy_mmt uses ZMQ and asrtu-sndmdm-backend uses TCP. You can try our fork, i made some changes in it