python-aprs / kiss3

A pure-Python implementation of serial KISS and KISS-over-TCP protocols for communicating with TNC devices
Other
2 stars 1 forks source link

Move core Address, Frame, Decode functionality to separate package #7

Closed masenf closed 2 years ago

masenf commented 2 years ago

Allow reuse without serial dependencies.

Separation of concerns and ease of testing components in isolation.