Skip to content

openxc/openxc-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5341180 · Aug 11, 2021
Jun 21, 2021
Aug 9, 2021
Aug 9, 2021
Oct 20, 2020
Feb 25, 2020
Dec 9, 2013
Aug 9, 2021
Apr 26, 2016
Dec 9, 2013
Jan 8, 2013
Dec 18, 2019
Aug 9, 2021
Aug 8, 2019
Jun 1, 2021
Sep 10, 2016

Repository files navigation

OpenXC for Python

https://github.com/openxc/openxc-python/raw/master/docs/_static/logo.png

Version:2.2.0
Web:http://openxcplatform.com
Download:http://pypi.python.org/pypi/openxc/
Documentation:http://python.openxcplatform.com
Source:http://github.com/openxc/openxc-python/
Keywords:vehicle, openxc, python
https://coveralls.io/repos/openxc/openxc-python/badge.png?branch=master Documentation Status

The OpenXC Python library (for Python 3.6.7) provides an interface to vehicle data from the OpenXC Platform. The primary platform for OpenXC applications is Android, but for prototyping and testing, often it is preferrable to use a low-overhead environment like Python when developing.

In addition to a port of the Android library API, the package also contains a number of command-line tools for connecting to the CAN translator and manipulating previously recorded vehicle data.

If you are getting the error "ValueError: No backend available" on windows please reinstall your libusb0 driver using https://github.com/openxc/vi-windows-driver if you are in a envirment where you can not use an unsigned driver please use https://zadig.akeo.ie/

Due to changes in signals.cpp openxc-python Version 2.0.0 must be used with vi-firmware 8.0.0 or greater. Due to changes with large diagnostic responses Version 2.1.0 must be used with vi-firmware 8.1.0 or greater.

To package run "setup.py sdist bdist_wheel" to push to pypi run "python -m twine upload dist/*" Version files:

  • CHANGELOG.rst
  • README.rst
  • openxc/version.py
  • docs/index.rst

License

Copyright (c) 2012-2020 Ford Motor Company

Licensed under the BSD license.