ampledata / kiss

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

Configure kiss device #3

Closed PaulMcMillan closed 10 years ago

PaulMcMillan commented 10 years ago

This patch makes configuration of the kiss device easy, and adds a reasonable set of default values for that. It also fixes up the pip command in the Makefile.

I went ahead and added "and Contributors" to all the license and copyright statements, and added a contributors file. That should be enough to satisfy the licensing requirements, and it means that when you get more contributors, there won't be extra pointless diffs with them adding their names to each file they touch. If you'd prefer to do this differently, I'm happy to oblige.

Thanks for releasing this under a reasonable license (insert generic rant about horrible ham licensing culture).

ampledata commented 10 years ago

@PaulMcMillan Thank you! Can you change this PR to be against develop, as I'm using the git-flow model of branching. From there I can merge into master and bump the version.

PaulMcMillan commented 10 years ago

Sure, I'll reopen against that.