摘要: iBeacon是iOS7的新增的功能,通过BLE实现室内定位,精确到厘米级别。测试使用两台iPhone(支持BLE),一台作为iBeacon基站广播信号,代码使用官方源码AirLocate,另外一台作为接收端,直接使用的是App Store下载的AirLocate)。1、广播端主要代码NSDictionary *peripheralData = nil; region = [[CLBeaconRegion alloc] initWithProximityUUID:self.uuid major:[self.major shortValue] min... 阅读全文
posted @ 2014-02-28 17:47 geweb 阅读(1592) 评论(0) 推荐(1) 编辑