diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-08 16:07:52 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-08 16:07:52 +0200 |
commit | 85dbd23f5e9908ea275c945303dfd1258a8b604e (patch) | |
tree | 01fa2f5af0ae70ad1ea75671f93faa0ec9c1f1d8 | |
parent | 437fee4749913f04328d5937b85e7eb0b7382a46 (diff) |
README: add more details
Change-Id: Ic255000cb53beb026c891dca63ef301cac9b6fc3
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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; + + |