tinyb
tinyb copied to clipboard
TinyB exposes the BLE GATT API for C++, Java and other languages, using BlueZ over DBus.
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.
Hi all, I am using this library to send some data from RPI 4B to Android Device(nrf Connect) Followed all steps and troubleshooting. Bluez version - 5.37 Raspberry 4B -...
https://github.com/intel-iot-devkit/tinyb/issues/177
I'm trying to install tinyb on my PC (ubuntu 18.04 os) but I receive this error during the make command: Generating JNI headers.. Error: Could not find class file for...
when i'm trying to run (java -cp /usr/local/tinyb/build/HelloTinyB.jar: /usr/local/tinyb/build/tinyb.jar HelloTinyB XX:XX:XX:XX:XX(MAC address) , i'm getting this errorr java.lang.UnsatisfiedLinkError: no javatinyb in java.library.path
This is a change that fixes issue of missing javah in openJDK 10+ I know that it is not compatible with earlier Java versions.
It appears to be no GLib/GIO 2.40+ dll for Windows (lastest version I found is [2.28](https://download.gnome.org/binaries/win32/glib/)). Has anyone experienced the same problem and knows a solution (if there is one)?...
On GCC 8, Raspberry Pi 4 (ARM Cortex-A72) `unsigned long` is 32-bit. There are 6 calls to `strtoul` in BlueToothUUID.cpp, which are assumed to return 64 bits; the return values...
Hi everyone! I have a problem with getting Gatt-service through getServices() method. I don't see needed UUID of service, but I see it on method getServiceData(). Is it a bug,...