Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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