From 373216f7013edd911843caaba10af707dd32fd98 Mon Sep 17 00:00:00 2001 From: Mike Anderson Date: Wed, 20 Feb 2019 13:36:46 -0600 Subject: [PATCH] add note about sudo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a5bba..eed4fff 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ ln -s /usr/lib/python2.7/dist-packages/gi venv/lib/python2.7/site-packages/ ``` ## Usage -Start the sample BLE GATT server: `python gatt_server_example.py` +Start the sample BLE GATT server (you may need to use `sudo`): `python gatt_server_example.py` You can use a smartphone as a GATT client. I used the [GATT-IP](http://www.gatt-ip.org/) app, here it is on the [Google Play Store](https://play.google.com/store/apps/details?id=org.gatt_ip.activity&hl=en) and on the [App Store](https://itunes.apple.com/us/app/gatt-ip-bluetooth-smart-le-proxy-protocol/id940105344?mt=8)