PureSwift / GATT

Bluetooth Generic Attribute Profile (GATT) for Swift (Supports Linux)
MIT License
64 stars 18 forks source link

Implementing a cross platform GATT Peripheral #21

Closed sbrewin closed 4 years ago

sbrewin commented 4 years ago

Using PureSwift GATT I wish to implement a GATT Peripheral that will be deployed on Darwin (MacOS, iOS, Mac Catalyst) and Linux platforms. How can a peripheral such as a Heart rate Monitor be implemented without custom coding for each platform? Perhaps I am missing a trick?

colemancda commented 4 years ago

There are multiple projects using this library for that exact purpose. Please take a look at https://github.com/MillerTechnologyPeru/SmartLock