aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Nettle <nettle.paul@gmail.com>2017-08-25 11:45:08 -0500
committerPaul Nettle <nettle.paul@gmail.com>2017-08-25 11:45:08 -0500
commit9c8f14764cd2a1378a3cc30e392445fc7fd7aa74 (patch)
treea8ca478113d37dd034abbe02861b6cc143f26fa3
parentInitial version 1.0 (diff)
downloadgobbledegook-9c8f14764cd2a1378a3cc30e392445fc7fd7aa74.tar.gz
gobbledegook-9c8f14764cd2a1378a3cc30e392445fc7fd7aa74.tar.bz2
gobbledegook-9c8f14764cd2a1378a3cc30e392445fc7fd7aa74.zip
The intro paragraph is now a bit more consumable.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b1f57f..634dac2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# What is Gobbledegook?
-_Gobbledegook_ is a standalone D-Bus-based BlueZ BLE GATT server for Linux with HCI support and a simple C interface. That's a lot of words, so I shortened it to _Gobbledegook_. Then I shortened it again to _GGK_ because let's be honest, it's a pain to type.
+_Gobbledegook_ is a C/C++ standalone Linux [Bluetooth LE](https://en.wikipedia.org/wiki/Bluetooth_Low_Energy) [GATT](https://www.bluetooth.com/specifications/gatt/generic-attributes-overview) server using [BlueZ](http://www.bluez.org/about/) over [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/#index1h1) with [Bluetooth Management API](https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/mgmt-api.txt) support built in. That's a lot of words, so I shortened it to _Gobbledegook_. Then I shortened it again to _GGK_ because let's be honest, it's a pain to type.
For the impatient folks in a hurry (or really just have to pee) skip down to the **Quick-start for the impatient** section at the bottom of this document.