OBDSim icon indicating copy to clipboard operation
OBDSim copied to clipboard

BT Support?

Open amouly opened this issue 10 years ago • 6 comments

Any update on Bluetooth support?

amouly avatar Jun 17 '15 00:06 amouly

Sorry @amouly I am not actively developing this project. Feel free to do a pull request and implement BT support.

matthewwilson avatar Jun 17 '15 09:06 matthewwilson

Actually had a look in the source code:

There is a line in main.java

public static boolean USE_BLUETOOTH = false;

try changing it to true and running the app, this was initial work for bluetooth and may need some tweeks

matthewwilson avatar Jun 17 '15 13:06 matthewwilson

Yes, I saw some files related to BT, that's why I'm asking. I never implemented a BT server, but I'm going to investigate about that.

Thank you for your help.

amouly avatar Jun 17 '15 13:06 amouly

No problem, hope you get it working! The library I chose for BT was http://bluecove.org/ if that helps.

matthewwilson avatar Jun 17 '15 13:06 matthewwilson

How I can connect to the OBDServer? I started it on the default port, and I want to connect to it with Netcat. Any idea or recommendation? Thanks.

amouly avatar Jun 17 '15 16:06 amouly

It's working with Netcat now!! Forget it ;).

amouly avatar Jun 17 '15 19:06 amouly