aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-05-18 06:47:26 +0200
committerSven Gothel <[email protected]>2020-05-18 06:47:26 +0200
commitf442bdf6f742ec81e807e3560c98dca078c4993f (patch)
treeb7238b84007972f9ca230cf33aa981bafff4f931
parent7a31f8bb46ba4a5cab45c7f97af7599bd5d66030 (diff)
README.md: Detail native libraries for each implementation, ..v2.1.1
-rw-r--r--README.md10
1 files 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.