An open API service indexing awesome lists of open source software.

https://github.com/tpltnt/py-hdlc

a pure Python3 HDLC implementation
https://github.com/tpltnt/py-hdlc

Last synced: 2 months ago
JSON representation

a pure Python3 HDLC implementation

Awesome Lists containing this project

README

        

py-hdlc
=======

A pure Python3 HDLC implementation.

license
=======
```
if you use this code
you and your children’s children
must make your source free
```

This code is licensed under the [AGPLv3](https://www.gnu.org/licenses/agpl),
which means you must also provide the source code of your program if it is
accessed through a network (and not only direct users). If you want to deviate
from this, please contact me and we can work something out.

dependencies
============
* [crcmod](https://pypi.python.org/pypi/crcmod) for FCS/CRC calculation

references
==========
* [ISO 13239](http://webstore.iec.ch/Webstore/webstore.nsf/ArtNum_PK/40875?OpenDocument)
* [wikipedia](https://en.wikipedia.org/wiki/HDLC)