Hi @szlldm Thanks for the additional details above.
Now trying to upload packets to the local webpage display as instructed
Monitor packets received by smogcli2 locally (index.html for telemetry viewer)( hunity.pkts with relative or absolute path)
python3 hunity_upload_from_file.py --tail hunity.pkts --port 8765
Then open index.html in browser and connect to python websocket server running locally via Ws settings->Local telemetry
I now writing user guide to this scripts and local telemetry html. If you would like see the telemetry locally use that python3 hunity_local_telemetry.py --tail hunity.pkts --port 8765 after or smogcli2 before open local_html/index.html in browser. This index.html can process smogcli2 pkts format or minimal json fields data and code_type. If you write some data to hunity.pkts it will be processed by local_html/index.html javascript function.
The Networkâs stations use the gr-satnogs and satnogs-flowgraphs for demodulating the satellite data.
Currently the flowgraphs/demodulators are not very configurable, so they go with some defaults, for example with the entry in DB for HUNITY according to this code it will run the fsk_ax25.grc flowgraph, with 12k5 baudrate and at HUNITY frequency and the rest parameters will be set to the default ones.
I checked some obs from MRC-100 which uses the same type of frame and I see demodulated frames only from customized stations that use in parallel gr-satellites. So, my guess is that the used flowgraph doesnât work for HUNITYâs signals.
We are working on the radio part in order to make available more parameters and create dynamically the flowgraphs based on them in order to have better results. However this may take some time to be completed. Until then, unfortunately from Network, there will be demodulated frames from the stations that use gr-satellites.
For helping us, if you can, please provide (if not already, I havenât checked) IQ from observation(s), that will help the flowgraph developers to test their changes.
Today I was able to create an IQ with some good FORESAIL-1P SNR frames.
I had a look at the documentation but wasnât able to create a working gr-satellites decoder, I guess we need some help from @EA4GPZ for SkyLink protocol support.