-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Windows 10 platform support #77
Comments
I'm not a windows user, so would be significant effort to support. If you feel you are up to the task, fork the repo and put in a pr |
Perhaps targeting the JVM makes more sense |
i don't believe jvm target will work on platforms other than linux. I think there is no universal api in jvm for bluetooth interactions. |
I think a while back i tried to get this to work with KMM but failed, it was a while back though so it may have changed. |
there is a number of non-working implementations including bluecove, it's very limited. The only working solution is C# using |
There are libraries like https://github.com/weliem/blessed-bluez, that support Windows or Linux with JVM. |
There is no a working solution to use Windows Bluetooth Api in Java/Kotlin desktop app. The only was is to switch to Linux or to C#
Is it possible to port windows to use in kotlin somehow?
Do you mind to schedule such feature?
The text was updated successfully, but these errors were encountered: