Conversation
|
Interesting! I added you to https://github.com/OpenGK-org/gds2adx, a project that converts Hyundai GDS definitions into ADX. There is a bunch of ADX data classes in there that you might find useful |
|
Nice, thanks! From the first glance, AdxDataType and AdxDataUnit classes seem useful. Dunno about xmls as they are huge. Do you know anything worth looking for in them? |
|
XMLs won't be useful in this use case and shouldn't be included in a lean flashing tool, but they are very interesting. These are decrypted definitions driving the Hyundai GDS diagnostics suite and, as far as I can tell, it's predecessors - HiScan (Cascade), HiCom. I was sure it's at least a private repo, but I see I didn't even upload it to GitHub yet. Here's gds4all, a parser that allows you to explore them. |
WIP
Add logging functionality to gui, based on adx files.
The goal is to display tables in real time, record hits on cells, and calculate average values per cell hit, with an ability to specify the number of hits necessary to start calculating avg value.