OBDSim
OBDSim copied to clipboard
BT Support?
Any update on Bluetooth support?
Sorry @amouly I am not actively developing this project. Feel free to do a pull request and implement BT support.
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
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.
No problem, hope you get it working! The library I chose for BT was http://bluecove.org/ if that helps.
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.
It's working with Netcat now!! Forget it ;).