ampledata / kiss

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

Rewrite #19

Closed ampledata closed 8 years ago

ampledata commented 8 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 8 years ago

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