CBielstein / APRSsharp

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

Move AX.25 parsing in to its own class in the `AprsSharp.Parsers` namespace #23

Closed CBielstein closed 2 years ago

CBielstein commented 4 years ago

AX.25 encoding and decoding is currently done in the same class as APRS encoding and decoding. For simplicity, this should likely be broken out in to a separate file.

CBielstein commented 2 years ago

After reviewing code, this doesn't need to be broken out separately. Instead, we should handle TNC2 format as part of the packet decode for now and break out AX.25 if necessary later down the road. So this should be handled by #79