Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBD2 to TCP? #1

Open
pompushko opened this issue Aug 10, 2024 · 1 comment
Open

OBD2 to TCP? #1

pompushko opened this issue Aug 10, 2024 · 1 comment

Comments

@pompushko
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants