tinyb icon indicating copy to clipboard operation
tinyb copied to clipboard

support for BLE Server ?

Open kiranpradeep opened this issue 9 years ago • 7 comments
trafficstars

Thanks for the library. This is helpful..

Will this library support creating a BLE Server ? I couldn't find a class which helps to add characteristics and services.

kiranpradeep avatar Apr 30 '16 02:04 kiranpradeep

Hi,

At this time it is not possible to create a BLE server, but I will consider adding this in future versions of the library. If you would like to contribute this functionality it would be most helpful.

petreeftime avatar May 02 '16 20:05 petreeftime

Are there any updates on this?

ptzafrir avatar Aug 21 '17 16:08 ptzafrir

I'm also really interested about running a BLE server in java. Any news so far ?

LucBerge avatar Dec 01 '20 10:12 LucBerge

OK, so it's not JUST me! I looked at this, wanting to create a Server and couldn't find any way to register services, descriptors, characteristics, etc.

Anyone else found a Java library that will allow me to create a GATT Server running on Raspberry Pi (i.e. NOT Android)?

oset-bschuhma avatar Oct 25 '22 18:10 oset-bschuhma

@oset-bschuhma I managed to make it run on a Raspberry Pi since : https://github.com/tongo/ble-java. But it's not maintained since 2018...

LucBerge avatar Oct 25 '22 19:10 LucBerge

@LucBerge - Thanks very much for the suggestion!!

oset-bschuhma avatar Oct 26 '22 18:10 oset-bschuhma

@oset-bschuhma I just found a maintained library working on Raspberry Pi: https://github.com/weliem/blessed-bluez

LucBerge avatar Nov 07 '22 20:11 LucBerge