Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JJToB/Car-CAN-Message-DB
A Database containing all discovered CAN-BUS messages in cars
https://github.com/JJToB/Car-CAN-Message-DB
Last synced: 3 months ago
JSON representation
A Database containing all discovered CAN-BUS messages in cars
- Host: GitHub
- URL: https://github.com/JJToB/Car-CAN-Message-DB
- Owner: JJToB
- Created: 2017-09-20T08:09:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T09:33:14.000Z (over 3 years ago)
- Last Synced: 2024-05-18T22:54:50.634Z (6 months ago)
- Size: 116 KB
- Stars: 48
- Watchers: 12
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-automotive-can-id - Opel Astra H - CAN Message Databases. (Opel / Astra)
README
# Car-CAN-Message-DB
A Database containing all discovered CAN-BUS messages in carsThis intents to be a List of discovered CAN-BUS messages in cars for various functions.
The Structure loos as follows (with examples):
| Make | / | Model | / | Verion | / | Bus | / | Component.md |
| ---- | - | ----- | - | ------ | - | --- | - | ------------ |
| BMW | / | 3-Series | / | E90 | / | K-CAN | / | Instrument.md |
| Opel | / | Astra | / | H | / | MS-CAN | / | Body.md |The .md files itself should look like this:
>## Chassis Data
>
>| Address | Data | Function | Byte1 | Byte2 | Byte3 | Byte4 | Byte5 | Byte6 | Byte7 | Byte8 |
>| ------- | ---- | -------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
>| `180` | `46:01:10:0B:F1:6F:37:FF` | Time | *0x46* | *0x01* | Year | Month | 5B:Day, 3b:Hour | 2b:Hour, 6b:Minute | Second | **??** |
>| `188` | `46:0A:F3:62:F6:D4` | Distance | *0x46* | IGN 00/0A | 2B\*1.5748=cm¹ | <- | 2B\*1.5748=cm¹ | <- | - |
>
>¹ The two Distance Values in Byte 4+5 and 6+7 might be different wheels as they slightly differ while driving.- The Adress and Data Fiels are Monospaced (by \`)
- The Fields for each Byte includes a short Description of that byte
- Fields that belong to the Byte before are markety by <-
- Longer Descriptions are added as footnotes
- Static fields are marked by the static italic value (by \*)