BTMesh:通过低功耗蓝牙建立网状网络的框架

时间:2024-05-28 15:58:06
【文件属性】:

文件名称:BTMesh:通过低功耗蓝牙建立网状网络的框架

文件大小:416KB

文件格式:ZIP

更新时间:2024-05-28 15:58:06

Swift

BTM网 iOS / Swift框架可通过低功耗蓝牙(BLE)创建网状网络。 安装 要使用Cocoapods安装,请执行以下操作: 将此行添加到您的Podfile中: pod'BTMesh',:git =>' =>'0.0.11' 使用终端应用程序在项目目录上运行“ pod install”命令。 用法 在.swift文件上执行“导入BTMesh”。 在调用BTRouter单例(BTRouter.shared),传递主要服务的标识符字符串以及3个基本特征(标识,Route_update和消息)之前,请设置BTRouter.config。 BTRouter.config = BTRouterConfig(service_ID:“ UUID”,Identification_ID:“ UUID”,route_update_RX_ID:“ UUID”,message_RX_ID:“ UU


【文件预览】:
BTMesh-master
----BTMesh()
--------BTMesh()
--------BTMeshTests()
--------BTMesh.xcodeproj()
--------Podfile(351B)
--------BTMesh.xcworkspace()
----.gitignore(44B)
----LICENSE(1KB)
----BTMesh.podspec(6KB)
----Docs()
--------mesh_model.png(51KB)
--------chat.png(115KB)
--------UnitTesting.md(1KB)
----README.md(2KB)
----BTMeshDemo()
--------BTMeshDemo.xcodeproj()
--------BTMeshDemoUITests()
--------BTMeshDemo.xcworkspace()
--------BTMeshDemo()
--------BTMeshDemoTests()
--------Podfile(614B)

网友评论