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
XZBMW Ediabas 7.6.0 for ISTA 4.46 dfb 3 697 Yesterday, 15:08 PM
Last Post: flterence
XZBMW Ediabas 7.6.0 - BMW standart tools 2024 duke99 12 1,748 10-05-2024, 22:14 PM
Last Post: bmwm3power
XZBMW using Inpa for f series hero3838 1 136 07-05-2024, 04:26 AM
Last Post: Stratofortress
  dissable RDC on G series ? xMoses 6 256 02-05-2024, 08:48 AM
Last Post: Node
  BMW F40 (1 series) no FZD module Ibrahim24 5 191 01-05-2024, 19:27 PM
Last Post: Siki78
XZBMW Difference 677 vs. 688 F series ? AlpinWeiss2k18 8 450 16-04-2024, 19:55 PM
Last Post: sebastianfernandes
  BMW ETK new part numbers - alternative? XuLeTZ 17 1,215 13-04-2024, 15:16 PM
Last Post: BMWE46Compact
  Making F-series combox work in e-series Ryn079 5 642 11-04-2024, 15:03 PM
Last Post: wrp_199
XZBMW Lost Navigation - aircon wont turn off 2016 BMW 2 series DannyDans435 6 285 08-04-2024, 08:45 AM
Last Post: painsage
XZBMW Solved ✔ Installation of EDIABAS Edward1968 2 257 05-04-2024, 19:03 PM
Last Post: CATAHA

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content