CBielstein / APRSsharp

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

Update KISS TNC code to send/receive bytes instead of strings #146

Closed CBielstein closed 11 months ago

CBielstein commented 1 year ago

KISS TNCs require packets encoded in AX.25 format, which requires specific bit-level encoding and decoding. The KISS TNC logic in this project currently uses strings, which is causing issues in sending the AX.25 bytes.

This issue is to switch the logic to sending bytes instead of strings.

Acceptance Criteria: