diff options
author | Paul Nettle <nettle.paul@gmail.com> | 2019-02-01 15:01:30 -0600 |
---|---|---|
committer | Paul Nettle <nettle.paul@gmail.com> | 2019-02-01 15:01:30 -0600 |
commit | 425212379cb0946844d3bc47238024bc596da3f1 (patch) | |
tree | 2f23c1828b19d3f01f9bded2dfb6f98ce5902f82 /README.md | |
parent | Merge pull request #15 from br101/method-return (diff) | |
download | gobbledegook-425212379cb0946844d3bc47238024bc596da3f1.tar.gz gobbledegook-425212379cb0946844d3bc47238024bc596da3f1.tar.bz2 gobbledegook-425212379cb0946844d3bc47238024bc596da3f1.zip |
Changed the Gobbledegook license from GPL to LGPL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +# News + +On Feb 1, 2019, Gobbledegook's license changed from GPL to LGPL in hopes that it would be found useful to more developers. + # What is Gobbledegook? _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. @@ -480,4 +484,4 @@ The following is the output from a reference tool used to connect to the `standa **Coding** your own BLE services is actually very easy once you become a little familiar with things. Think of Gobbledegook as a template BLE library. You're expected to modify `Server.cpp` and replace the example services with your own. Do yourself a favor and scan through the **Implementing services with GGK** section. It's your quickest path to understanding the foundation. -**Integrating** into your app is easy: just link against `libggk.a` and include `include/Gobbledegook.h` where needed. Use `standalone.cpp` as a template for getting things setup in your code.
\ No newline at end of file +**Integrating** into your app is easy: just link against `libggk.a` and include `include/Gobbledegook.h` where needed. Use `standalone.cpp` as a template for getting things setup in your code. |