Skip to content
Florian Knodt edited this page Jul 5, 2016 · 1 revision

Requirements (incomplete)

  • qt5 incl. dev tools
  • qt5-serialport
  • gpsd
  • systemd

First steps

  • Compile the software
  • copy gpsd-tcp.conf to /etc/gpsd-tcp.conf
  • copy Plug-Ins/*.so to a directory readable for everyone (/usr/share/gpsd-tcp/)
  • Change the plug-in directory in gpsd-tcp.conf ("Modulpfad=")
  • change the userU/group to something allowed to access your device (/dev/ttyACM0)
  • run gpsd-tcp/gpsd-tcp
  • configure gpsd to use DEVICES="tcp://127.0.0.1:8000"

Error messages are written to journald, not stdout/stderr!

Clone this wiki locally