SkypLabs / pyhdlcontroller

Python HDLC controller

Home Page:https://pyhdlcontroller.skyplabs.net/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

From PyPI (recommended)

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