blob: 7373158f9607abb747e56e099c072def0fefb82b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
mkdir build
cd build
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
|