alfred-gpsd - html man page (v2025.2-1-g16a7397)
[1mDESCRIPTION[0m
alfred-gpsd can be used to distribute GPS location information over
your batman-adv mesh network. It reads the current location from gpsd,
or a fixed location from the command line, and distributes this infor-
mation via alfred. By gathering this local information, any alfred-gpsd
node can get location information about other nodes.
[1mOPTIONS[0m
[1m-v[22m, [1m--version[0m
Print the version
[1m-h[22m, [1m--help[0m
Display a brief help message.
[1m-u[22m, [1m--unix-path [4m[22mpath[0m
path to unix socket used for alfred server communication.
[1m-s[22m, [1m--server[0m
Start up in server mode. This server will read the current loca-
tion from gpsd and set it in alfred via unix socket. The alfred
server must run too to get this information set.
[1m-l[22m, [1m--location <lat>,<lon>,<alt>[0m
Rather than read the current location from gpsd, use a fixed lo-
cation.
[1m-g[22m, [1m--gpsd server[:port[:device]][0m
Specify the server hostname and optional port of where gpsd is
listening. Additionally, a specific device connected to gpsd can
be specified.
[1mEXAMPLES[0m
Start an alfred-gpsd server which is fetching GPS data from the local
gpsd.
[1malfred-gpsd -s[0m
Start an alfred-gpsd server with a fixed location
[1malfred-gpsd -s -l 48.858222,2.2945,358[0m
To get a list of GPS locations, in JSON format:
[1malfred-gpsd[0m
[
{ "source" : "f6:00:48:13:d3:1e", "tpv" : {"class":"TPV","tag":"RMC",
"device":"/dev/ttyACM0","mode":3,"time":"2013-10-01T10:43:20.000Z",
"ept":0.005,"lat":52.575485000,"lon":-1.339716667,"alt":122.500,
"epx":10.199,"epy":15.720,"epv":31.050,"track":0.0000,"speed":0.010,
"climb":0.000,"eps":31.44} },
{ "source" : "8e:4c:77:b3:65:b4", "tpv" : {"class":"TPV",
"device":"command line","time":"2013-10-01T10:43:05.129Z",
"lat":48.858222,"lon":2.2945,"alt":358.000000,"mode":3}
}
]
[1mSEE ALSO[0m
[1malfred[22m(8), [1mgpsd[22m(8) [1mgpsd_json(5)[0m
[1mAUTHOR[0m
alfred-gpsd and this Manual page was written by Andrew Lunn <an-
drew@lunn.ch>
Linux Oct 04, 2013 [4mALFRED-GPSD[24m(8)
Man(1) output converted with
man2html