Replies: 1 comment 2 replies
-
The server always update the contents in the database with the message that comes in last. There is a field in the ship table that shows which input channel provided this message. You can run separate webviewers for each of the input channels and the combination with the filter option. Now we want to, in case of a duplicate, pick one message based on signal strength. I don't know how to do this to be honest. We can implement in the program but bit exotic. Only way I can see is to send the messages first to a Python program that passes on a message if it not a duplicate or a duplicate with a higher signal level. If it is really important I would do it like that. Probably not helpful. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I have this scenario: two stations, each running AIS-Catcher. One of them acts as a server, and the other sends messages via UDP.
The problem is that sometimes the ships are within the line of sight of both stations, so the AIS-Catcher working as a server receives the same message twice.
My question is if there is an option in the AIS-Catcher settings to transmit only one message and store it in the database. In my opinion, it could be the message with the maximum signal strength.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions