Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-09T08:59:19.000Z (about 2 months ago)
- Last Synced: 2024-10-11T19:48:06.553Z (27 days 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: 4
- 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