Skip to content

Latest commit

 

History

History
executable file
·
25 lines (15 loc) · 888 Bytes

README.rst

File metadata and controls

executable file
·
25 lines (15 loc) · 888 Bytes

python-can-isotp

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