On Wed, Feb 02, 2022 at 10:06:12PM -0800, Michael Barnes wrote: > With a number of computers in my office, I would like to somehow hook > only one to a GPS and share the location data throughout the network. > Otherwise, I have to get multiple GPS receivers and hook one to each > computer.
That sounds like a job for gpsd: gpsd is a service daemon that monitors one or more GPSes or AIS receivers attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. https://gpsd.gitlab.io/gpsd/index.html -- Paul