CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Add new `UnsupportedInfo` info field type to display unsupported packet types #152

Closed CBielstein closed 11 months ago

CBielstein commented 11 months ago

Description

Introduces UnsupportedInfo to allow for displaying partial decode and raw (undecoded) info field from packets with an info field that is not supported by APRS#. Display of these packets is disabled by default in APRSsharp.exe but can be enabled with the new --display-unsupported flag.

UnsupportedInfo cannot be used for encoding in an effort to reduce using APRS# to send non-standard packets that might clutter the network.

Resolves #148.

Changes

Validation