jontio / JAERO

Demodulate and decode Aero signals. These signals contain SatCom ACARS messages as used by planes beyond VHF ACARS range
https://jontio.zapto.org/hda1/jaero.html
MIT License
224 stars 39 forks source link

UDP Outputs #37

Open downeyjdd opened 5 years ago

downeyjdd commented 5 years ago

FirstUDP related pushbutton (plug icon) works as expected pushing the decoded data out port 8765. The second pushbutton(1 and 0 icon) appears to do nothing with port 8765 whether set alone or with plug pushbutton. I have used wireshark to confirm.

Am I doing something wrong?

jontio commented 5 years ago

As I recall that was supposed output raw demodulated data. I haven't tested the raw data output for a long time. Perhaps the connection between the demodulator and their UDP sender has been accidentally disconnected in one of the later releases? That could have happened when the demodulator went from a hard decision one to a soft decision one.

downeyjdd commented 5 years ago

Thank you for your comment. And thank you for a program that is fun to play with. Given that you have a real life, and I have a to become familiar with the QT framework, I will take a shot a tracing through the code to see if there is a problem I can fix.

sam210723 commented 4 years ago

I'm seeing similar behaviour in v1.0.4.11. Data is only output on UDP port 8765 when "decoded and demodulated data" is selected. Nothing is output with "raw demodulated data" selected.