aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-02-23 23:04:38 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-02-23 23:04:38 +0100
commit4671571c93db7f083db21cfca526ac382cdfc7ad (patch)
tree834d24e1e59ab9ace06d15fd9abf149470ca20e3 /README.md
parentd0fb1850606ce003887259675e271a9aade4fda0 (diff)
downloadble-toys-4671571c93db7f083db21cfca526ac382cdfc7ad.tar.gz
ble-toys-4671571c93db7f083db21cfca526ac382cdfc7ad.tar.bz2
ble-toys-4671571c93db7f083db21cfca526ac382cdfc7ad.tar.xz
ble-toys-4671571c93db7f083db21cfca526ac382cdfc7ad.zip
Major improvement in the sm-get-value utility:
o Adding command line option parsing through boost::program_option Current options: --device, --sensor --format selects between CSV and JSON output. --sleep controls single reads vs continuous reads. o Adding JSON output. o Adding support for Release builds without debugging info. Needs improvement.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ec9c88c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# My BLE (Bluetooth Low Energy) Toys
+
+Building:
+
+ mkdir build
+ cd build
+ cmake ..
+ make -j
+
+This will build a Debug release by default. Add `-DCMAKE_BUILD_TYPE=Release` to build a release build.