Skip to content

Commit

Permalink
add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Feb 24, 2024
1 parent 033c8dd commit b9a7c3b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ println!("Application Software Identification: {}", hex::encode(response));
## Suported adapters
- SocketCAN (Linux only, supported using [socketcan-rs](https://github.com/socketcan-rs/socketcan-rs))
- comma.ai panda (all platforms)


## Roadmap
Features I'd like to add in the future. Also check the [issues page](https://github.com/I-CAN-hack/automotive/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement).
- CCP/XCP Client
- Update file extraction (e.g. .frf and .odx)
- VIN Decoding
- J2534 Support on Windows
- More raw device support, such as ValueCAN and P-CAN by reverse engineering the USB protocol
- WebUSB support

0 comments on commit b9a7c3b

Please sign in to comment.