f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.72k stars 421 forks source link

Add AIS Feed Support #2100

Closed ZanderBrumbaugh closed 1 week ago

ZanderBrumbaugh commented 1 month ago

The ADS-B feed is very useful, especially when setting up localhost as the client and SDRangel as the server. It would be great if similar functionality was available for AIS or some alternative method for streaming live data. Even an API to save and export data repeatedly would be helpful. It doesn't appear there's any way to get AIS data out of the application currently without manually saving it to a .kml.

srcejon commented 1 month ago

Check the UDP option in the demod, it can export NMEA. Or you can use the log file. https://github.com/f4exb/sdrangel/blob/master/plugins/channelrx/demodais/readme.md

github-actions[bot] commented 2 weeks ago

This issue is going to be closed due to inactivity