Open adam-ahern opened 1 year ago
why are you expecting the same things in /run/tar1090 and /run/readsb ?
For traces see: https://github.com/wiedehopf/tar1090#0800-destroy-sd-card
Can I butt in here (instead of opening another issue). I'm trying to understand how this /?pTacks/
URL gets handled by the
readsb program since I want to handle such a request myself.
AFAICS, this tracks-feature depends on a lot of:
traces/XX/trace_recent_YYYYYY.json
traces/XX/trace_full_YYYYYY.json
files written by generateTraceJson()
. Possibly gzip/zstd compressed, right?
But what's the relation and use of a trace_recent_YYYYYY.json
and trace_full_YYYYYY.json
?
The html/script.js
is hard to follow since I do not know much JavaScript.
No, pTracks (and the 45 min history on non globe-index installs) uses the data produced by tar1090.sh in that repo. It basically builds its own history using aircraft.json and archiving a reduced data set. This is the origin of my tar1090 webinterface.
At some point i'd like to move that generation of data to readsb but it's not been a priority as it works perfectly fine.
No, pTracks (and the 45 min history on non globe-index installs) uses the data produced by tar1090.sh in that repo.
OK, thanks.
Hardware Info
Software Info
readsb version
Program options
I installed readsb using the scripted method outlined in the README. fr24feed is reading from the beast output.
Problem
trace.json and history.json are not being written to the
/run/readsb
directory. History files are being written to/run/tar1090/
.Am I missing a configuration option or doing something otherwise incorrect to not be getting these files?