-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Feature request:
Allow deeper filter conditions (looking at the data in the NMEA sentence)
For example, allowing only AIS messages with a valid channel indicator.
!AIVDO,1,1,,,B3j5;000@4DTk6=uVHswh5sP06,053
!AIVDO,1,1,,,B3j5;00004DTkV=uRHCwhUsP06,017
These are "dummy" messages where field 5 is null, I want to filter them out (or only allow every 10th message)
!AIVDO,1,1,,A,B3j5;000@4DTk6=uVHswh5sP06,053
!AIVDO,1,1,,B,B3j5;00004DTkV=uRHCwhUsP06,017
!AIVDO,1,1,,1,B3j5;000@4DTk6=uVHswh5sP06,053
!AIVDO,1,1,,2,B3j5;00004DTkV=uRHCwhUsP06,017
These are transmitted messages (where field 5 is A,B,1 or 2)
Also useful to block certain poorly formatted messages from older equipment, my Autohelm wind system f ex.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels