本帖最后由 dcexpert 于 2020-9-18 16:54 编辑
Go Bluetooth是一个跨平台的软件包,用于Go编程语言控制的蓝牙BLE硬件。它可以运行在Linux,macOS和Windows,以及Nordic单片机上。
|
Linux |
macOS |
Windows |
Nordic Semi |
API used |
BlueZ |
CoreBluetooth |
WinRT |
SoftDevice |
Scanning |
✔️ |
✔️ |
✔️ |
✔️ |
Connect to peripheral |
✔️ |
✔️ |
❌ |
✔️ |
Write peripheral characteristics |
✔️ |
✔️ |
❌ |
✔️ |
Receive notifications |
✔️ |
✔️ |
❌ |
✔️ |
Advertisement |
✔️ |
❌ |
❌ |
✔️ |
Local services |
✔️ |
❌ |
❌ |
✔️ |
Local characteristics |
✔️ |
❌ |
❌ |
✔️ |
Send notifications |
✔️ |
❌ |
❌ |
✔️ |
") rgba(220, 220, 220, 0.5); top: -15px; left: 0px; display: block;">![点击并拖拽以移动](data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==)
https://github.com/tinygo-org/bluetooth
|