jboomer / python-isobus

Python Isobus(ISO11783) implementation
MIT License
23 stars 11 forks source link
can isobus python

python-isobus

Implementation of the ISOBUS (ISO11783) standard in Python. Currently only the VT client control function is implemented.

Installation

Using pip, this will also install dependencies if necessary:

::

pip install git+git://github.com/jboomer/python-isobus.git

This will also install a command line tool: vtclient

Alternatively, clone this repo and run

::

setup.py install

TODO