Oliver Jowett
Oliver Jowett
When it gets stuck, what is the state of the TCP connection? Is new data actually arriving from the remote host? Is there data waiting in the receive buffer that...
What does netstat look like on the dump1090 side? Usually the cause of this sort of behavior is that the sending side no longer believes the connection is alive, but...
I doubt I'll get to this any time soon - can you look at doing a PR for this?
That "not connected" is a little odd though - I wonder if something else is going on there. What's the last log output? ("not connected" implies that the connection is...
When beast-splitter has seen at least one status message, it expects at least one status message every 15 seconds. If 15 seconds elapses with no status messages, it will disconnect...
Can you try out PR #6 ? (Compiles, minimal testing) You'll want to pass a new command-line option `--beast-input-timeout` (e.g. `--beast-input-timeout 60.0` for a 60-second timeout). This applies only to...
How did you try to build, and what was the failure that you saw?
Well, you need to teach `prepare-build.sh` how to build for bookworm, as the error implies. Try building a bullseye package in your bookworm environment as a starting point.
I don't get a crash on 20.04.4 (x86_64) with the same soapysdr package versions and a R820T2 dongle: ``` $ ./dump978-fa --sdr driver=rtlsdr --format CS8 --raw-port 30978 --json-port 30979 raw-port:...
This isn't trivial to do (and the old dump978 has some reception bugs). Better to track down the segfault ..