jvde-github / AIS-catcher

AIS receiver for RTL SDR dongles, Airspy R2, Airspy Mini, Airspy HF+, HackRF, SDRplay and SoapySDR

Home Page:https://aiscatcher.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCPN flooding

drozdi70 opened this issue · comments

I have contected AIS cacther (RTL SDR V3) to my orange pi 5 plus board.
ais-catcher config file:
-d AIS00001
-v 10
-M DT
-gs LNASTATE 3 AGC on
-s 2304k
-u 127.0.0.1 10110
-a 192K

and once configured OpenCPN is probably flooded with messages from and crashes.
Im far far away from AIS messages and boats...

  1. How to check if it s related to somu rubish collected by AIS-Catcher?
  2. How to filter out?
  3. Does it work with SignalK?

Well.... you are running without -q so the received messages are displayed on screen, so you can see if there is any excessive message generation.
Additionally, you can open a debug window in opencpn to inspect what is coming in. Like in the below screenshot.

Honestly, it does not sound like a flooding. Is there any more insight why OpenCPN is crashing (what is the CPU load for example)?

Screenshot from 2023-11-29 19-34-05

One more thing. You are running with a RTL-SDR? Then the -s 2304K might be a bit high, would run with -s 1536K and also the -gs line is irrelevant (it is for a SDRPlay).

I am not that familiar with SignalK but I believe it can receive NMEA over UDP which is what AIS-catcher sends with the -u switch. So I suspect is possible but I do not have experience. Sorry. Jasper

The formatting is a bit difficult to read :-)

Config files look good!

I am using the GPIO AIS filter to avoid any soldiering and it did wonders in my setup but this looks great

hi, any more insights on the original issue with OpenCPN crashing? Otherwise, let's close this item and reopen if it is a catcher issue.

Cheers, Jasper

Thanks, keep me posted.