Skip to content

Feature request: Allow deeper filter conditions  #35

@marcus-aa

Description

@marcus-aa

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,0
17

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,0
17
!AIVDO,1,1,,1,B3j5;000@4DTk6=uVHswh5sP06,053
!AIVDO,1,1,,2,B3j5;00004DTkV=uRHCwhUsP06,0
17

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions