public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCHv1] GPS distribution via Alfred
@ 2013-10-01 20:23 Andrew Lunn
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2013-10-01 20:23 UTC (permalink / raw)
  To: siwu, sven; +Cc: Janne.Paatero, b.a.t.m.a.n

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [B.A.T.M.A.N.] [PATCHv1] GPS distribution via Alfred
@ 2013-10-02 16:25 Andrew Lunn
  2013-10-03 14:25 ` Simon Wunderlich
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Lunn @ 2013-10-02 16:25 UTC (permalink / raw)
  To: siwu, sven; +Cc: Janne.Paatero, b.a.t.m.a.n

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCHv1] GPS distribution via Alfred
  2013-10-02 16:25 [B.A.T.M.A.N.] [PATCHv1] GPS distribution via Alfred Andrew Lunn
@ 2013-10-03 14:25 ` Simon Wunderlich
  2013-10-03 14:38   ` Andrew Lunn
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Wunderlich @ 2013-10-03 14:25 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking
  Cc: Janne.Paatero, sven, siwu

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

On Wed, Oct 02, 2013 at 06:25:51PM +0200, Andrew Lunn wrote:
> 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

Did you accidentlly send this E-mail a second time? I'm a little
bit confused, it has the same PATCHv1 and no patches following
(btw, if it's just one patch you probably don't need a cover letter.
 I don't care too much though)

	Simon

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCHv1] GPS distribution via Alfred
  2013-10-03 14:25 ` Simon Wunderlich
@ 2013-10-03 14:38   ` Andrew Lunn
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2013-10-03 14:38 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking
  Cc: Janne.Paatero, sven, siwu

On Thu, Oct 03, 2013 at 04:25:07PM +0200, Simon Wunderlich wrote:
> On Wed, Oct 02, 2013 at 06:25:51PM +0200, Andrew Lunn wrote:
> > 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
> 
> Did you accidentlly send this E-mail a second time?

Yes. When sending the RFC patch, i went back in my bash history for
the git send-email command used previously, and accidentally sent the
cover note patch before i noticed my error.

      Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-03 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 16:25 [B.A.T.M.A.N.] [PATCHv1] GPS distribution via Alfred Andrew Lunn
2013-10-03 14:25 ` Simon Wunderlich
2013-10-03 14:38   ` Andrew Lunn
  -- strict thread matches above, loose matches on Subject: below --
2013-10-01 20:23 Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox