专心研究,精心制作
谋求高品质发展
New engine from within the Internet of Things .
Welcome to use red delay Beacon.
At present our iOS SDK, mainly provides the following functions:
  1. Scan the beacon equipment around
  2. Read the parameters of the sensor device (name, temperature, humidity, triaxial acceleration, battery, MAC address, etc.)
  3. Modify the beacon of related parameters (pairing password, Major, Minor, RSSI, broadcast interval, etc.)
Installing the SDK
1. You can download from the below address to download the latest version of the iOS SDK:
5, By parsing beacons array, obtaining ZJBeacon model, analytical model and obtain the corresponding parameters
7, Read, modify the parameters
iOS SDK
2. Installation and configuration unzip the downloaded file, the Headers all the files in the directory, and RLBeacon. A file, to join in your Xcode project.
Download
Start USEing
1,#import "RLBeacon.h"  #import "ZJBeacon.h"
2,Abide by the agreement:RLBeaconManagerScanDelegate,RLBeaconManagerConfigurationDelegate
3,Scan Device
    [[RLBeacon shareManager] beginSearch];
4, Through the proxy method, get the scanning to the device information
6, Connect, disconnect beacon equipment
Please download the SDK for example program more content.