Discontinued in favor of further development of isobus++. I plan to wrap it for Python when we release a stable version.
This project is created to quickly setup a new 'virtual terminal' for an implement connected to a tractor using ISOBUS. Get to know more about ISOBUS: What is ISOBUS?
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test and push
- Python 3.x
- CANbus -> serial peripheral (e.g. a RPI-can-hat)
Install pyisobus with pip:
$ pip install git+https://github.com/GwnDaan/python-isobus-library.git#egg=pyisobus
See the example on how to setup a virtual terminal yourself.