Skip to content

SkypLabs/pyhdlcontroller

Repository files navigation

Python HDLC Controller

PyPI Package Latest Release PyPI Package Downloads Per Month PyPI Package Python Versions Build Status Develop Branch Documentation Status

HDLC controller written in Python and based on the python4yahdlc Python module to encode and decode the HDLC frames.

Installation

pip3 install --upgrade hdlcontroller

From sources

git clone https://github.com/SkypLabs/python-hdlc-controller.git
cd python-hdlc-controller
pip3 install --upgrade .

Documentation

The full documentation is available here.

License

MIT