# python-can-isotp **Repository Path**: gkl1688/python-can-isotp ## Basic Information - **Project Name**: python-can-isotp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-14 - **Last Updated**: 2024-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README python-can-isotp ################ .. image:: https://travis-ci.com/pylessard/python-can-isotp.svg?branch=master :target: https://travis-ci.com/pylessard/python-can-isotp 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 : http://can-isotp.readthedocs.io Requirements ------------ - Python 3+ Installation ------------ using pip:: pip install can-isotp