View Planes feed in AIS-catcher Web Viewer #357
jvde-github
announced in
Announcements
Replies: 2 comments 21 replies
-
Cute, little red planes everywhere, but the boats are gone. Is that intentional? I added the line -t beast with the IP of a existing dump1090fa feeder with a rtlsdr. The receiving AIS-catcher uses an airspy to receive the ais messages. |
Beta Was this translation helpful? Give feedback.
17 replies
-
Nice, running it now with 3 feeders feeding data ! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added experimental option to view an ADSB feed from dump1090 or readsb on the AIS-catcher map. For this you need a beast or raw data stream available.
For testing, simply add to your command line a receiver for beast input
If you have a lot of ground traffic, you might want to add (
-Z <lat> <lon>
) after this to enable decoding of ADSB ground position reports.Similarly, if you have raw input (e.g. binary messages in text format starting with * ending with ; ), then use
raw1090
instead ofbeast
in the above.Further improvements in stability, quality and features are work in progress, but feedback welcome!
Beta Was this translation helpful? Give feedback.
All reactions