aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-07-08 16:07:52 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2016-07-08 16:07:52 +0200
commit85dbd23f5e9908ea275c945303dfd1258a8b604e (patch)
tree01fa2f5af0ae70ad1ea75671f93faa0ec9c1f1d8
parent437fee4749913f04328d5937b85e7eb0b7382a46 (diff)
README: add more details
Change-Id: Ic255000cb53beb026c891dca63ef301cac9b6fc3 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85e7529..d0cf422 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,16 @@ cmake -DCMAKE_INSTALL_PREFIX=.... ..
make
make install
+# Start the binder
+
+```
+afb-daemon --token=x --ldpaths=. --port=5555 --rootdir=. --verbose --verbose --verbose --verbose --verbose
+```
+
+# Environment variables
+
+AFBGPS_HOST : hostname to connect to
+AFBGPS_SERVICE : service to connect to (tcp port)
+AFBGPS_ISNMEA : 0/1 - does the frames are NMEA or not") ? 0 : 1;
+
+