ReactiveEstimote 0.1.1

ReactiveEstimote 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Eli Perkins.



 
Depends on:
ReactiveCocoa~> 2.3.1
EstimoteSDK~> 2.0.1
 

A few handy extensions for working with the Estimote SDK, together with ReactiveCocoa.

This library came to be after attempting to work with editing properties of an ESTBeacon object, but needing to wait for the connection to the device.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

ESTBeacon *beacon = //some beacon from an `ESTBeaconManager`

[[beacon
    rac_connect]
    flattenMap:^RACStream *(ESTBeacon *beacon) {
        return [[[beacon rac_writeMajor:1]
            concat:[beacon rac_writeMinor:1]]
            concat:[beacon rac_writeProximityUUID:[[NSUUID alloc] initWithUUIDString:@"44F77920-EBF9-11E3-AC10-0800200C9A66"]]];
    }];

Requirements

Installation

Author

Eli Perkins, [email protected]

License

ReactiveEstimote is available under the MIT license. See the LICENSE file for more info.