https://github.com/skyplabs/pyhdlcontroller
Python HDLC controller
https://github.com/skyplabs/pyhdlcontroller
controller embedded-linux embedded-systems hdlc network network-communication python python3
Last synced: about 1 year ago
JSON representation
Python HDLC controller
- Host: GitHub
- URL: https://github.com/skyplabs/pyhdlcontroller
- Owner: SkypLabs
- License: mit
- Created: 2015-12-30T15:24:30.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-15T10:16:38.000Z (over 1 year ago)
- Last Synced: 2025-03-17T14:02:42.028Z (about 1 year ago)
- Topics: controller, embedded-linux, embedded-systems, hdlc, network, network-communication, python, python3
- Language: Python
- Homepage: https://pyhdlcontroller.skyplabs.net/en/stable/
- Size: 96.7 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======================
Python HDLC Controller
======================
|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status|
|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 `__
.. _HDLC: https://en.wikipedia.org/wiki/High-Level_Data_Link_Control
.. |Build Status| image:: https://github.com/SkypLabs/python-hdlc-controller/actions/workflows/test_and_publish.yml/badge.svg?branch=develop
:target: https://github.com/SkypLabs/python-hdlc-controller/actions/workflows/test_and_publish.yml?branch=develop
:alt: Build Status Develop Branch
.. |Documentation Status| image:: https://readthedocs.org/projects/python-hdlc-controller/badge/?version=latest
:target: https://python-hdlc-controller.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/hdlcontroller.svg?style=flat
:target: https://pypi.org/project/hdlcontroller/
:alt: PyPI Package Downloads Per Month
.. |PyPI Package| image:: https://badge.fury.io/py/hdlcontroller.svg
:target: https://pypi.org/project/hdlcontroller/
:alt: PyPI Package Latest Release
.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/hdlcontroller.svg?logo=python&style=flat
:target: https://pypi.org/project/hdlcontroller/
:alt: PyPI Package Python Versions