Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Tool32 + ediabas for the E-series. What is the alternative for F/G series?
29-06-2023, 12:04 PM,
Post: #1
XZBMW  Tool32 + ediabas for the E-series. What is the alternative for F/G series?
I have a self-written utility for interacting with E-series via requests throw ediabas (via 32-bit java library apijav32.dll).

This is not very convenient. Since there is a full IP in F/G-series, there is probably an alternative way then the old ediabas?

Is there an analog of tool32+ediabas for the F-series via IP (API for java or .NET)?
Quote this message in a reply
29-06-2023, 12:18 PM,
Post: #2
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
Ediabas can work via IP too. ISTA still uses ediabas under the hood for ALL cars.
Quote this message in a reply
29-06-2023, 12:41 PM,
Post: #3
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
I know that ediabas can work via IP.
But, ediabas should be installed and configured.
In other words, I want to download and run the program and access the machine without third-party utilities. Just by ip via Enet.
I ask for API, documentation and so on to communicate via IP directly.
Quote this message in a reply
29-06-2023, 12:54 PM,
Post: #4
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
But ediabas is THE API you ask for smile It executes prg files and communicates with a car. There is a try by some enthusiasts to reimplement ediabas called ediabaslib on github. But IDK if they implemented IP yet. Nothing on main page about that.

Or you want to parse prgs yourself??? I still don't understand what you want. Communication over IP is only a small portion of what ediabas does!
Quote this message in a reply
29-06-2023, 13:14 PM,
Post: #5
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
I want to do exactly what I wrote. Access the machine without installing ediabas. Using only IP.
If you don't know how to do it, why convince me to use ediabas?
Quote this message in a reply
29-06-2023, 13:37 PM,
Post: #6
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
(29-06-2023, 13:14 PM)lacost Wrote:  I want to do exactly what I wrote. Access the machine without installing ediabas. Using only IP.
If you don't know how to do it, why convince me to use ediabas?

Then the only library is Ediabaslib as Node told you. I've used it and it's ok but not perfect. It can be used via IP I have done that very thing.

Author of Car Connector - remote ICOM & ENET tool - Built in VPN for easy coding and remote diagnostics

Car Connector on YouTube

Closed Beta in progress - Open Beta starting Jan 2024.
Quote this message in a reply
03-07-2023, 15:29 PM,
Post: #7
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
Of course you can do it, you just have to have all the telegrams defined and deciphered.
Quote this message in a reply
03-07-2023, 16:36 PM,
Post: #8
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
transmitter.jar

[Image: attachment.php?aid=166241]

   

NBTEVO, ENAV2, MGU  - CP OFF, Navi , APPS , Carplay, AA
MGU ID-8-9-10 Cars - Full Region change

NCD Secure Coding 2.0




Quote this message in a reply
03-07-2023, 17:52 PM,
Post: #9
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
an alternative could be to use socket

very primitive it looks something like this:

connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
connection.connect((zgw_ip, zgw_port)
connection.settimeout(2.0)
connection.send(data)
resp = (connection.recv(1024).hex())
print(resp)
sockobj.close()

# zgw_ip = your ip (can find with socket and broadcast)
# zgw_port = '6801'
# tester = 'F4'
# diag_adr = '10'
# data = bytearray.fromhex(f"00 00 00 05 00 01 {tester} {diag_adr} 22 F1 90") # READ ZGW VIN

NBTEVO, ENAV2, MGU  - CP OFF, Navi , APPS , Carplay, AA
MGU ID-8-9-10 Cars - Full Region change

NCD Secure Coding 2.0




Quote this message in a reply
04-07-2023, 17:05 PM,
Post: #10
RE: Tool32 + ediabas for the E-series. What is the alternative for F/G series?
it is trivial to communicate over IP to the car - sockets are easy to use - the much more involved part is gathering all the messages together into a framework that provides the functionality you need.

not super hard - all the information you could need is either in the many odx files shipped with psdz data or the prg files shipped with ISTA or Standard tools.

Email: [email protected]  Skype: [email protected]
HU Engineering Tool
MGU Engineering Tool - now with field update mode via Feature Installer.
Coding 2.0
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  BMW F40 (1 series) no FZD module Ibrahim24 3 114 Yesterday, 17:48 PM
Last Post: dumitru.o
XZBMW Difference 677 vs. 688 F series ? AlpinWeiss2k18 8 423 16-04-2024, 19:55 PM
Last Post: sebastianfernandes
  BMW ETK new part numbers - alternative? XuLeTZ 17 1,173 13-04-2024, 15:16 PM
Last Post: BMWE46Compact
  Making F-series combox work in e-series Ryn079 5 625 11-04-2024, 15:03 PM
Last Post: wrp_199
XZBMW Lost Navigation - aircon wont turn off 2016 BMW 2 series DannyDans435 6 271 08-04-2024, 08:45 AM
Last Post: painsage
XZBMW Solved ✔ Installation of EDIABAS Edward1968 2 226 05-04-2024, 19:03 PM
Last Post: CATAHA
XZBMW HWEL differences of seat modules (F series) azwgh 8 294 04-04-2024, 21:48 PM
Last Post: azwgh
  Tool32 Brakefluid Argument bmchicago 4 343 29-03-2024, 13:41 PM
Last Post: bmchicago
XZBMW Ultimate Ediabas/ISTA+ voltage control V3 Node 322 122,785 24-03-2024, 23:45 PM
Last Post: armenh7
  mileage g series virtual bosch id7 tigre 2 265 22-03-2024, 13:00 PM
Last Post: tigre

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content