aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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;
+
+