On Wed, Nov 19, 2025 at 08:23:40AM +1300, Bryan Christianson wrote: > I have a user who connects to an NTP/GPS appliance. He is using > gpsd, on tcp port 4001 to retrieve gps data, configured via an > application I wrote to display the output from his local gpsd. He > had to hack my application's config files to be able to do this, as > until now I have not allowed for this in the application UI.
> I don't have a similar appliance but would like to emulate this > behaviour on a Rasp-PI running gpsd/chronyd. What is the best way to > export the gps data via either TCP or UDP? I just forward the gpsd port using `ssh -L`. It is not too demanding of my RPi 3B. -- Ian
