ChrisDeBmw
ChrisDeBmw
I’m currently developing a app written in C# which would parse the xdf, and merge them to a generic format. Each sw-version can override the parameters of the parent node....
So i can report some progress, i can merge xdf-parameters (till now only constants) together. Here is an example of my format till now: ```xml K_MD_SK_NHYS 0401 2019-08-25T20:13:31.834282+02:00 2019-08-25T20:13:31.834284+02:00 XDF.XDFCONSTANT...
Hm, for example, i bought my car with a mapped 2001 version but currently im running 0401 (csl) on my ecu. So my goal is to make a generic parser/storage...
Sorry guys but im currently very busy.. but this project is always in my focus :-)
@kmalinich my program i am working on will be a generic xdf-format parser/generator. This should then also work for a MSS52. First step is to build a parser which can...
Hey guys im sorry but i lost the focus at this project... I just sent an message to the developer of tunerpro requesting his code for xdf-parsing, maybe he will...
I did some work on this thing after the answer from the tunerpro developer which cannot help me providing some code. So my current status is: - merging all xdf...
Hello, i own a m3 myself and im interested in ecu mapping etc. Im a software-developer and i could help write/develop some scripts/tools for parsing data or other things. Maybe...
Best way would to create a parameter-database and generate the xdfs out of this.. probably the same way Tap did..
Ok, so i think about how we can handle this in a good manner and have less effort in future.