jglim / CaesarSuite

Library and applications to work with Dаіmlеr diagnostics CBF files.
MIT License
125 stars 33 forks source link

Json Generator #55

Open Feezex opened 1 year ago

Feezex commented 1 year ago

I would like to use j2534 to work on some smr-d based ecu (uds 500). As far as i understand json contains com parameters ,versions, commands and checksum. Is it possible to modify com params with a target specs to provide connection? No doubt it may be easier to import all data from smr-d to json by script. That entails processing smr-d to understand the structure. Anyway now i need basic connection for a manual command usage. Im sure we will find a solution

jglim commented 1 year ago

Currently, the project is tightly coupled with CBF values, and separating it in this version will be difficult.

I have been planning significant changes to the connection behavior, using a ComParam key-value store like Vediamo. In theory, this should allow for changes to parameters before initializing a connection.

This change is taking a lot longer than I hoped for, as I currently have much less time at hand. We can leave this issue open first; your suggestion will be a handy improvement when it is implemented in the future.