-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30d5270
commit c651145
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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... |