Es gibt seit ein paar Tagen wieder eine neue Version. Folgende Dinge sind neu, wie Oliver Jowett schreibt, Zitat:“
- Add generation of history JSON.
- Load history when the webmap is initialized.
- Display stats on exit in –net-only mode.
- Explicitly pick the closest tuner gain to the one requested.
- Include a status message in HTTP response headers.
- Fix sort-by-message-count in the webmap.
- Always sort missing values at the end of the table, even in a descending sort.
- Avoid a (rare) divide-by-zero crash in 2MHz –phase-enhance.
- Try to work around a libusb crash on exit after SIGINT.
“
Habe sie nun auch erfolgreich installiert, und es läuft auf dem rPi.
Es geht ganz schnell, das Update:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# System aktualisieren sudo update sudo upgrade # Version downloaden wget https://github.com/mutability/dump1090/releases/download/v1.10.3010.14mu-12/dump1090-mutability_1.10.3010.14mu-12_armhf.deb # Optional, den laufenden Server stopen sudo /etc/init.d/dump1090-mutability stop # Version installieren sudo dpkg -i dump1090-mutability_1.10.3010.14mu-12_armhf.deb # Checken ob der Server läuft sudo /etc/init.d/dump1090-mutability status # Ausgabe: [ ok ] dump1090-mutability is running. # Archive kann gelöscht werden rm dump1090-mutability_1.10.3010.14mu-12_armhf.deb |