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
- Host: GitHub
- URL: https://github.com/tpltnt/py-hdlc
- Owner: tpltnt
- License: agpl-3.0
- Created: 2013-04-09T08:32:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-03T19:35:14.000Z (about 12 years ago)
- Last Synced: 2025-01-23T00:41:12.653Z (4 months ago)
- Language: Python
- Size: 259 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 calculationreferences
==========
* [ISO 13239](http://webstore.iec.ch/Webstore/webstore.nsf/ArtNum_PK/40875?OpenDocument)
* [wikipedia](https://en.wikipedia.org/wiki/HDLC)