gatt-python icon indicating copy to clipboard operation
gatt-python copied to clipboard

GATT Server

Open vbisbest opened this issue 8 years ago • 6 comments
trafficstars

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!

vbisbest avatar May 08 '17 14:05 vbisbest

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

larsblumberg avatar May 08 '17 14:05 larsblumberg

Any progress on this? Thanks!

vbisbest avatar May 19 '17 15:05 vbisbest

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 avatar May 21 '17 08:05 larsblumberg

@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.

larsblumberg avatar Jun 14 '17 07:06 larsblumberg

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

luminosuslight avatar Aug 09 '17 13:08 luminosuslight

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

dhoomakethu avatar Oct 13 '20 07:10 dhoomakethu