pylessard / python-can-isotp

A Python package that provides support for ISO-TP (ISO-15765) protocol
MIT License
263 stars 81 forks source link
15765 automotive can canbus iso-15765 iso-tp iso15765 isotp network obd obd2 obdii protocol uds

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 <https://github.com/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 <https://python-can.readthedocs.io>_. It also contains a wrapper for a simplified usage of the Linux SocketCAN IsoTP kernel module <https://github.com/hartkopp/can-isotp>__

Documentation

The documentation is available here : https://can-isotp.readthedocs.io

Requirements

Installation

using pip::

pip install can-isotp