I couldn’t find anything referencing the GPS support for the Kraken in the wiki, but I installed gpsd and gpsd-clients and configured them. I know it’s working and getting a 3D fix because cgps returns the live data and Kismet also has a 3D fix. Is this something that is fully baked in yet?
Probably just missing the gpsd-py3 Python interface to gpsd
conda activate kraken
pip3 install gpsd-py3
Then it should just work when you activate the GPS location mode in the web GUI.
1 Like
That did the trick. Thanks!