windows api for ble ibeacon? [duplicate]

为君一笑 提交于 2019-12-11 11:50:14

问题


As my knowing, the Bluetooth low energy (BLE) is supported in(above) Windows 8.

But I do not have any cue about how to code a iBeacon scanner in Windows.

Is there are any example or reference mentioning about it?

That behavior is like most iBeacon detectors/scanners app in Android/iOS.

Thank your attention.


回答1:


Windows currently doesn't support scanning or acting as iBeacon(s) nativly. However, you have some options:

  • Use a VM that runs linux with BlueZ stack
  • Use a RaspberryPI as 'detector' that hosts a WebAPI interface to your Windows machine
  • Change the driver of you Bluetooth 4.0 dongle to libusb and write your own HCI layer + BLE stack, for working with iBeacons only a very small portion of the stack is needed (I've done it before and it works perfectly)
  • Wait for Windows 10


来源:https://stackoverflow.com/questions/26909812/windows-api-for-ble-ibeacon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!