ampledata / kiss

A pure-Python implementation of the KISS Protocol for communicating with serial TNC devices for use with Amateur Radio.
Other
85 stars 35 forks source link

Rewrite #19

Closed ampledata closed 7 years ago

ampledata commented 7 years ago

This is a major rewrite to break up the monolithic KISS Class, and add Python 3 support.

KISS is now: SerialKISS & TCPKISS.

See examples/ for new examples.

Testers welcome!

@PaulMcMillan @agmuino @JDat @Enrico204 @genepool99 @bbene @Humphreybas @ytjohn @bgstewart @darksidelemm @webbermr

PaulMcMillan commented 7 years ago

Took a quick look, nothing jumped out at me as egregious.