CBielstein / APRSsharp

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

Switch TNC communication to bytes instead of strings #153

Closed CBielstein closed 1 year ago

CBielstein commented 1 year ago

Description

Switches the KISS TNC logic away from sending strings and to sending bytes. Adds tests for TNC implementations.

Resolves #146

Changes

Validation