文件名称:node-ble:用纯Node.js编写的蓝牙低功耗(BLE)库(无绑定)-Bluez通过DBus烘焙
文件大小:108KB
文件格式:ZIP
更新时间:2024-04-09 20:31:08
nodejs javascript bluetooth ble bluetooth-low-energy
可结点的 用纯Node.js编写的蓝牙低功耗(BLE)库(无绑定)-Bluez通过DBus烘焙 设置 yarn add node-ble 例子 提供权限 为了允许与DBus守护程序建立连接,您必须设置正确的权限。 使用以下内容创建文件/etc/dbus-1/system.d/node-ble.conf (使用userid进行自定义) <! DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> < busconfig> < policy xss=removed> < allow xss=removed>
【文件预览】:
node-ble-main
----.gitignore(57B)
----node-ble.conf(684B)
----test-e2e()
--------e2e.spec.js(4KB)
----.env.example(260B)
----package.json(1KB)
----src()
--------GattService.js(1KB)
--------Adapter.js(3KB)
--------index.js(333B)
--------GattCharacteristic.js(2KB)
--------buildTypedValue.js(400B)
--------Device.js(2KB)
--------BusHelper.js(3KB)
--------Bluetooth.js(764B)
--------GattServer.js(1KB)
--------index.d.ts(3KB)
----jest.config.js(54B)
----LICENSE(1KB)
----jest.init.js(27B)
----.github()
--------FUNDING.yml(43B)
--------workflows()
----README.md(11KB)
----example.js(1KB)
----babel.config.js(216B)
----test()
--------Adapter.spec.js(4KB)
--------buildTypedValue.spec.js(467B)
--------BusHelper.spec.js(4KB)
--------GattServer.spec.js(1KB)
--------Bluetooth.spec.js(1KB)
--------GattCharacteristic.spec.js(4KB)
--------__interfaces()
--------Device.spec.js(3KB)
--------GattService.spec.js(2KB)
----.editorconfig(288B)
----yarn.lock(210KB)