getsenic / gatt-python

Bluetooth GATT SDK for Python
MIT License
318 stars 86 forks source link

GATT Server #4

Open vbisbest opened 7 years ago

vbisbest commented 7 years ago

Is it possible to use this library to create a GATT server? I am creating a Raspberry Pi smart device and I need to be able to connect to it from a mobile device (not the other way around). Any suggestions on how to do that? Thanks!

larsblumberg commented 7 years ago

Hi! Good news – we're working on exactly that. We will add a GATT server SDK to this library within the next few weeks.

vbisbest commented 7 years ago

Any progress on this? Thanks!

larsblumberg commented 7 years ago

We're shortly releasing a first implementation of a GATT server that you can use as a reference for implementing your GATT server. Shortly after we'll update the SDK, too.

larsblumberg commented 7 years ago

@vbisbest Please find our first BLE GATT server here: https://github.com/getsenic/senic-hub/tree/master/senic_hub/bluenet We plan to move the server part into a proper SDK as we did with the GATT client SDK at some later point.

luminosuslight commented 7 years ago

For the record: we added some more documentation on how to use the code at the bottom of the README here: https://github.com/getsenic/senic-hub/tree/master/senic_hub/bluenet

dhoomakethu commented 3 years ago

@luminosuslight the link is broken. Is the server no longer available?