PureSwift / GATT

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

Documentation (for GATTPeripheral) #23

Closed 0xPr0xy closed 2 years ago

0xPr0xy commented 3 years ago

Would it be possible to provide some documentation or examples of using GATTPeripheral to accomplish something like this?

Also any help would be appreciated, as my peripheral with service and characteristics isn't working for some reason even though nothing that can throw is throwing and it should be discoverable..

(I'm not an expert, but have a good understanding of bluetooth/GATT. I have setup a custom python GATT server that does similar things to the bluez example in the above link. I also have written the Central that talks to it in Swift on iOS - however porting the python code to pure swift so far is proving to be more difficult than anticipated.. )

Kind regards,

fwcd commented 3 years ago

Currently experimenting with this, might be related to #26.

colemancda commented 2 years ago

Take a look at https://github.com/MillerTechnologyPeru/SmartLock