A .NET standard library to connect to OBD2 compatible onboard diagnostics.
- Create a class that implements
IObd2Connection
. - Create an instance of
IObd2Connection
and pass it to the constructor ofObd2Interface
.
- Once connected to that Wi-Fi network, click the small blue arrow to go to the advanced settings for it.
- Set the IP Address to Static.
- Configure the IP address to 192.168.0.123 and the Subnet Mask to 255.255.255.0.
- In your App, configure the connection to use a custom TCP connection with IP 192.168.0.10 and TCP Port 35000.