Java library for Bluetooth LE 4.0 for MsWindows and/or Mac OSX

Viewed 12353
3 Answers

Did you try with Intel-IoT or Eclipse Kura projects? I am trying to work over them, but it seems they relay over bluez, and that means only linux and macos...

Implementing it via basic javascript under the browser could be a solution, but is still experimental into browsers and needs https, which is a problem under java desktop applications.

It can't be that no one has achieve this before and it's the first time I see this under java.

Any more help on this topic would be great!

Related