Skip to content

A Python wrapper helping the use of can-isotp kernel module under linux.

License

Notifications You must be signed in to change notification settings

cpavot/python-can-isotp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python wrapper helping the use of can-isotp kernel module under linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%