CBielstein / APRSsharp

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

Handle Status report without maidenhead #88

Closed CBielstein closed 1 year ago

CBielstein commented 2 years ago

Description

Status reports can come with or without a maidenhead gridsquare locator (position). Currently, APRS# can encode and decode status reports with the maidenhead locator but cannot handle without.

This is currently handled in Packet.cs but will be moved to StatusInfo.cs as part of the #77 refactor.

Acceptance Criteria