From 85dbd23f5e9908ea275c945303dfd1258a8b604e Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 8 Jul 2016 16:07:52 +0200 Subject: README: add more details Change-Id: Ic255000cb53beb026c891dca63ef301cac9b6fc3 Signed-off-by: Stephane Desneux --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; + + -- cgit 1.2.3-korg