gpsd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-users] Hoe to send GPS data from GPSD to remote Server/databas


From: Chris Kuethe
Subject: Re: [gpsd-users] Hoe to send GPS data from GPSD to remote Server/database server
Date: Wed, 8 Apr 2015 22:41:23 -0700

It's dead easy.

You can do this in a couple of screens of python, perl, or php; open
socket to gpsd, create a connection to your chosen database, read
lines of json, parse json into dict/hash, sql insert (or update) items
in the hash into the database. repeat.

Wacky thought: maybe you want to look at mongodb, since it takes json
input and gpsd emits json output.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]