Skip to content

v0.62

Choose a tag to compare

@jvde-github jvde-github released this 15 May 18:37
· 314 commits to main since this release

ADSB support

AIS-catcher can connect to a ADSB feed over TCP. The plane feed will then be visualized in the WebViewer. To input formats are supported, Beast, e.g,

AIS-catcher -t beast localhost 30003 -N 8100

and BaseStation format:

AIS-catcher -t basestation localhost 30002 -N 81000

Binary Messages

The WebViewer now shows the data coming from selected binary messages. Note that not all regions have these messages.

Offline Maps

Support for offline maps in mbtiles format in the Web Viewer

include an offline map in mbtiles format

AIS-catcher -N 8100 MBTILES map.mbtiles

or as overlay

AIS-catcher -N 8100 MBOVERLAY map.mbtiles

Debian packages now support RTL SDR V4 (the RTL-SDR library is build from source and statically linked into the executable)