Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoph2/pydbc
Process vehicle network descriptions (CAN .dbc files)
https://github.com/christoph2/pydbc
automotive can-bus ecu
Last synced: about 2 months ago
JSON representation
Process vehicle network descriptions (CAN .dbc files)
- Host: GitHub
- URL: https://github.com/christoph2/pydbc
- Owner: christoph2
- License: gpl-2.0
- Created: 2018-07-09T15:29:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T13:58:18.000Z (about 3 years ago)
- Last Synced: 2024-11-07T17:18:41.866Z (2 months ago)
- Topics: automotive, can-bus, ecu
- Language: Python
- Homepage:
- Size: 959 KB
- Stars: 28
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-canbus - pydbc - Process vehicle network descriptions (CAN .dbc files). (CAN Database / DBC only)
README
pyDBC
=====[![Build status](https://ci.appveyor.com/api/projects/status/6lf6kt2vle4jjou7?svg=true)](https://ci.appveyor.com/project/christoph2/pydbc)
[![Maintainability](https://api.codeclimate.com/v1/badges/ee1e493f62896f3fea61/maintainability)](https://codeclimate.com/github/christoph2/pydbc/maintainability)
[![Build Status](https://travis-ci.org/christoph2/pydbc.svg)](https://travis-ci.org/christoph2/pydbc)[![GPL License](http://img.shields.io/badge/license-GPL-blue.svg)](http://opensource.org/licenses/GPL-2.0)
pyDBC is a library for editing .dbc files, which is a widespread description format for CAN bus systems, especially in the automotive industry.
---
## Installation
pyDBC is hosted on Github, get the latest release: [https://github.com/christoph2/pydbc](https://github.com/christoph2/pydbc)
### Requirements
- Python >= 3.4
## First steps
T.B.D.
## Features
T.B.D.
## License
GNU General Public License v2.0