Hi Folks
I'm working on a mesh project with some nodes which are nomadic. I
need to know the location of each node, so i can do map overlays. So
these nomadic nodes have GPS and i'm distributing the location
information over Alfred, with a new server/client binary. I also have
stationary nodes, and a simulation system, without GPS, so i have
support for passing location via the command line.
The code needs some more testing, a man page, but release early,
release often, so here it is.
Comment welcome.
Andrew
Andrew Lunn (1):
alfred: Add support for passing location information over alfred.
CHANGELOG | 3 +
Makefile | 24 ++-
README | 52 +++++-
gpsd/Makefile | 81 ++++++++
gpsd/alfred-gpsd.c | 529 +++++++++++++++++++++++++++++++++++++++++++++++++++++
gpsd/alfred-gpsd.h | 102 +++++++++++
6 files changed, 784 insertions(+), 7 deletions(-)
create mode 100644 gpsd/Makefile
create mode 100644 gpsd/alfred-gpsd.c
create mode 100644 gpsd/alfred-gpsd.h
--
1.8.4.rc3