Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.45 KB

FakeSdkBle

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first. You got 4 calls:

1:

Connect   ===> Start a fake connection with a bike
              
              Error already connect
              Error Ble

2:

Unlock    ===> Try to fake unlock a bike
              
              Error not connected
              Error already unlock
              Error Ble

3:

Lock    ===> Try to fake lock a bike
              
              Error not connected
              Error already lock
              Error Ble

4:

Disconnect    ===> End connection
              
              Can't fail

Requirements

Installation

FakeSdkBle is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'FakeSdkBle'

License

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