From f442bdf6f742ec81e807e3560c98dca078c4993f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 18 May 2020 06:47:26 +0200 Subject: README.md: Detail native libraries for each implementation, .. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 407dc9af..7b03663e 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ TinyB Version 2 Starting with version 2.1.0, the specification has slightly changed and hence its implementation. -TinyB consist out of two implementations -- TinyB using BlueZ over DBus -- Direct-BT providing direct Bluetooth programming +The TinyB project consist out of two implementations +- *TinyB* using BlueZ over DBus, exposed as *libtinyb.so* and *libjavatinyb.so* +- *Direct-BT* providing direct Bluetooth programming, exposed as *libdirect_bt.so* and *libjavadirect_bt.so* Pre version 2.0.0 D-Bus implementation details of the Java[tm] classes of package *tinyb* has been moved to *tinyb.dbus*. @@ -25,8 +25,8 @@ and following [BlueZ API](http://git.kernel.org/cgit/bluetooth/bluez.git/tree/do were created in package *org.tinyb*. *org.tinyb.BluetoothFactory* provides a factory to instantiate the initial root -*org.tinyb.BluetoothManager*, either using the original D-Bus implementation -or an alternative implementation. +*org.tinyb.BluetoothManager*, either using *Tiny-B*, the original D-Bus implementation, +or *Direct-BT*, the direct implementation. C++ namespace and implementation kept unchanged. -- cgit v1.2.3