blob: d0cf4221efb68520f86554496c47451b8be19b6b (
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") ? 0 : 1;
|