[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble POLLing GPSd
From: |
Greg Troxel |
Subject: |
Re: Trouble POLLing GPSd |
Date: |
Thu, 05 Jun 2025 18:03:29 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Mike via <gpsd-users@nongnu.org> writes:
> I've recently found myself trying to write a PERL script to query GPSd,
> with the intention of tying it into Apache, so that one might be able to
> fetch GPS coordinates for a page.
I will observe that gpsd is more oriented to python; there is even
python code included in the sources. Depending on the balance of
concerns, that could be easier as surely apache can deal with python
script as CGI. But it's a json world now, and that should be easy from
any language.