View Planes feed in AIS-catcher Web Viewer #357
Replies: 6 comments 38 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.
-
Nice, running it now with 3 feeders feeding data ! |
Beta Was this translation helpful? Give feedback.
-
Added some code to filter out incorrect decodes. This should reduce the number of outliers on the screen. |
Beta Was this translation helpful? Give feedback.
-
This is super handy. Question, while I'm able to run either the standard AIS-Catcher and did from the early days, I ultimately chose AIS-Catcher-Control. Can this feature be added? Don't want lose the ease of the GUI by manually editing the JSON config file. Thanks! BTW using the docker versions. |
Beta Was this translation helpful? Give feedback.
-
This is great - I have a base station feed from dump1090 feeding planes and they’re showing up fine I think I have something misconfigured though: planes never disappear after the signal is lost. The local airport looks like an aircraft graveyard with dozens of planes all piled up, and there’s a ring at around my maximum range of all the aircraft who’ve left the area floating static at the last position they were seen. They persist until I restart AIS-catcher. Ships whose signals are lost disappear just fine. Any pointers? |
Beta Was this translation helpful? Give feedback.
-
I'm just starting in with this; what would be the JSON for configuring a BEAST feed from another machine on my local network. ( it's a PiAware build ) I see the "tcp":[] empty array definition, and I'm guessing that's where one would start. Or a reference to supporting documentation would be great. I may well have missed it. I have a great veiw of SF's bay and have always wondered what the boats are. Kiddo and I are having fun exploring. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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