Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linklayer/pyvit
pyvit: Python Vehicle Interface Toolkit
https://github.com/linklayer/pyvit
automotive automotive-security can-bus python vehicular-networks
Last synced: about 1 month ago
JSON representation
pyvit: Python Vehicle Interface Toolkit
- Host: GitHub
- URL: https://github.com/linklayer/pyvit
- Owner: linklayer
- License: other
- Archived: true
- Created: 2013-11-03T21:37:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T21:51:27.000Z (about 5 years ago)
- Last Synced: 2024-05-22T07:52:59.548Z (7 months ago)
- Topics: automotive, automotive-security, can-bus, python, vehicular-networks
- Language: Python
- Homepage:
- Size: 221 KB
- Stars: 497
- Watchers: 79
- Forks: 151
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
Awesome Lists containing this project
- awesome-repositories - linklayer/pyvit - pyvit: Python Vehicle Interface Toolkit (Python)
- awesome-canbus - pyvit - Python Vehicle Interface Toolkit _(archived)_. (Protocols / OBD-II tools)
README
=======================================
pyvit: Python Vehicle Interface Toolkit
=======================================.. image:: https://circleci.com/gh/linklayer/pyvit/tree/master.svg?style=shield
:target: https://circleci.com/gh/linklayer/pyvit/tree/master.. image:: https://api.codacy.com/project/badge/Grade/3b486b7cae5d40bd95fbed7ae1ad59fd
:target: https://www.codacy.com/app/linklayer/pyvit?utm_source=github.com&utm_medium=referral&utm_content=linklayer/pyvit&utm_campaign=Badge_Gradepyvit is a toolkit for interfacing with cars from Python. It aims to implement
common hardware interfaces and protocols used in the automotive systems.Getting Started
---------------pyvit can be installed with pip: ``pip install pyvit``.
See the `Getting Started`_ document for detailed instructions.
.. _`Getting Started`: https://github.com/linklayer/pyvit/blob/master/docs/getting-started.rst
Contributing
------------For information on contributing, please see the `contribution guidelines`_.
.. _`contribution guidelines`: https://github.com/linklayer/pyvit/blob/master/CONTRIBUTING.rst