Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Mar 20, 2018
1 parent 0b076f2 commit 4c8392a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

pyXCP
=====

[![Codacy Badge](https://api.codacy.com/project/badge/grade/a19c06fc898f4f87b680694956302dab)](https://www.codacy.com/app/cpu12-gems/pyxcp)
[![Code Climate](https://codeclimate.com/github/christoph2/pyxcp/badges/gpa.svg)](https://codeclimate.com/github/christoph2/pyxcp)
[![Coverage Status](https://coveralls.io/repos/github/christoph2/objutils/badge.svg?branch=master)](https://coveralls.io/github/christoph2/objutils?branch=mast
[![Build Status](https://travis-ci.org/christoph2/pyxcp.svg)](https://travis-ci.org/christoph2/pyxcp)
[![Build status](https://ci.appveyor.com/api/projects/status/owpi324b6wbwocq9?svg=true)](https://ci.appveyor.com/project/christoph2/pyxcp)
[![GPL License](http://img.shields.io/badge/license-GPL-blue.svg)](http://opensource.org/licenses/GPL-2.0)



pyXCP is a lightweight Python library which talks to ASAM MCD-1 XCP enabled devices.
These are mainly, but not only, automotive ECUs (Electronic Control Units).

XCP is used to take measurements, to adjust parameters, and to flash during the development process.

XCP also replaces the older CCP (CAN Calibration Protocol).


---

## Installation

pyXCP is hosted on Github, get the latest release: [https://github.com/christoph2/pyxcp](https://github.com/christoph2/pyxcp)

### Requirements

Python >= 3.3


## Features

T.B.D.

## Examples

T.B.D.

## License

GNU General Public License v2.0




0 comments on commit 4c8392a

Please sign in to comment.