Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Jan 16, 2016
1 parent 30d5270 commit c651145
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CANtact-app

CANtact-app is an open source software tool for interfacing with Controller Area
Network systems from the desktop. It is primarily intended to be used with the
[CANtact hardware](https://github.com/linklayer/cantact-hw), but should work
with any device that uses the LAWICEL protocol.

## Features
- Display of CAN bus trace
- Live display, showing the most recent data for each frame
- Simple transmission of CAN frames
- Javascript scripting interface

## TODO
- ISOTP, OBD-II, and UDS protocol implementations (in progress)
- Saving, loading, and playing of CAN logs
- CAN databases and signal decoding
- etc...

0 comments on commit c651145

Please sign in to comment.