Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pylessard/python-can-isotp
A Python package that provides support for ISO-TP (ISO-15765) protocol
https://github.com/pylessard/python-can-isotp
15765 automotive can canbus iso-15765 iso-tp iso15765 isotp network obd obd2 obdii protocol uds
Last synced: 3 months ago
JSON representation
A Python package that provides support for ISO-TP (ISO-15765) protocol
- Host: GitHub
- URL: https://github.com/pylessard/python-can-isotp
- Owner: pylessard
- License: mit
- Created: 2017-08-03T21:28:11.000Z (over 7 years ago)
- Default Branch: v2.x
- Last Pushed: 2024-08-02T02:41:01.000Z (3 months ago)
- Last Synced: 2024-08-02T04:14:09.916Z (3 months ago)
- Topics: 15765, automotive, can, canbus, iso-15765, iso-tp, iso15765, isotp, network, obd, obd2, obdii, protocol, uds
- Language: Python
- Homepage:
- Size: 386 KB
- Stars: 253
- Watchers: 16
- Forks: 78
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-canbus - python-can-IsoTP - Python implementation of the ISO-TP (ISO15765-2) CAN protocol. (Protocols / ISO-TP)
README
python-can-isotp
################.. image:: https://app.travis-ci.com/pylessard/python-can-isotp.svg?branch=master
This project is a Python package meant to provide support for IsoTP (ISO-15765) protocol written in Python 3. The code is published under MIT license on GitHub (`pylessard/python-can-isotp `_).
This package contains a Python implementation of the protocol that works in the user space that may or may not be coupled with `python-can `_. It also contains a wrapper for a simplified usage of the `Linux SocketCAN IsoTP kernel module `__
Documentation
-------------The documentation is available here : https://can-isotp.readthedocs.io
Requirements
------------- Python 3.7+
Installation
------------using pip::
pip install can-isotp