langroodi / OBD-II-Emulator

Linux ODB-II Emulator to interact with OBD2 Scanners via CAN
MIT License
32 stars 13 forks source link

OBD2 to TCP? #1

Open pompushko opened 3 months ago

pompushko commented 3 months ago

Hello

Is it possible, to somehow add a TCP support for OBD2 emulator? I have an idea: many OBD2 ELM327 scanners use a bluetooth or wifi elm327 dongle, what if make a some kind of bridge between interface and some tcp port? to use a linux device as china cheap wifi elm327 dongle?

Thank you

langroodi commented 2 months ago

Hello there,

Supporting any other communication layer is out of the scope of this project. However, if you want to do that yourself, you can take a look to this file and based on that you can create a new communication layer via TCP by inheriting from this file. Also, you can use this project for the TCP implementation.