forked from coolnameismy/BabyBluetooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
玄彦 edited this page Aug 27, 2016
·
19 revisions
The easiest way to use Bluetooth (BLE )in ios,even bady can use. 简单易用的蓝牙库,基于CoreBluetooth的封装,并兼容ios和mac osx.
为什么使用它?
- 1:基于原生CoreBluetooth框架封装的轻量级的开源库,可以帮你更简单地使用CoreBluetooth API。
- 2:CoreBluetooth所有方法都是通过委托完成,代码冗余且顺序凌乱。BabyBluetooth使用block方法,可以重新按照功能和顺序组织代码,并提供许多方法减少蓝牙开发过程中的代码量。
- 3:链式方法体,代码更简洁、优雅。
- 4:通过channel切换区分委托调用,并方便切换
- 5:便利的工具方法
- 6:完善的文档,且项目处于活跃状态,不断的更新中
- 7:github上star最多的纯Bluetooch类库
- 8:包含多种类型的demo和ios蓝牙开发教程
- 9:同时支持蓝牙设备中心模式和外设模式(central model and peripheral model)
当前版本 0.7.0
=======
#feature
- 1:CoreBluetooth wrap,simple and eary for use.
- 2:CoreBluetooth is dependency on delegate ,and most times,call method at delegate then go into delegate,and over and over,it's messy.BabyBluetooth favor to using block.
- 3:call methor in a serial,it's simple and elegant syntax.
- 4:using channel switch blcoks in a group.
- 5:convenience tools class
- 6:comprehensive documentation and active project
- 7:more star library for ios bluetooch in github(not PhoneGap and SensorTag)
- 8:include demo and tutorial
- 9:works with both central model and peripheral model
current verison 0.7.0
###用法示例
- QuickExample
- 初始化
- 搜索设备
- 搜索并连接设备
- 直接连接设备
- 断开连接和取消扫描
- 获取一个characteristic的value和全部description及description的value
- 通知方式监听一个characteristic的值
- 获取centralManager和当前连接的peripheral
- 读取rssi
- 写characteristic和写description
###委托设置
###外设模式开发
###辅助类
###如何安装
###示例程序说明
###程序结构
###兼容性
###更新说明
###usage
###delegate
###demo_explain
###verision