Skip to content

Commit aff5364

Browse files
author
Ben Stern
committed
initial import
1 parent efb5a07 commit aff5364

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
`gpsdLogger` is a [`gpsd`](http://www.catb.org/gpsd/) client which publishes
2+
Position/Location Information (P/LI) to a shared memory segment, compatible
3+
with
4+
[`gpsLogger`](https://downloads.pf.itd.nrl.navy.mil/docs/proteantools/gpsLogger.html)
5+
and [MGEN](https://www.nrl.navy.mil/itd/ncs/products/mgen). It does not set
6+
time, as it is expected that systems using `gpsdLogger` will also use
7+
[`ntpd`](http://ntp.org/downloads.html) for time management. (Otherwise,
8+
`gpsLogger`, without the `d`, is a more suitable program, as it manages time
9+
and logs P/LI in a single program.)
10+
11+
It was created to address the situation where sole access to a GPS receiver
12+
could not be ensured, and therefore `gpsd` was used to multiplex GPS data
13+
access. Although `gpsd` provides timing information suitable for use with
14+
`ntpd`, it does not publish P/LI in a format that MGEN can understand.
15+
Rather than patch MGEN, this utility was designed to emulate `gpsLogger`'s
16+
shared memory publishing, allowing MGEN to automatically acquire P/LI from
17+
`gpsd`.
18+
19+
---
20+
21+
This software is licensed only under Version 2 of the GNU Public License
22+
(GPL). It is provided for Government use with Restricted Rights, as defined
23+
in the FAR, and remains the property of Fortian.
24+
25+
This software incorporates:
26+
27+
- previously unpublished property of Fortian, which is not public domain and
28+
remains the property of Fortian
29+
30+
- software derived from `gpsLogger`, which, under 17 USC §105, is
31+
public domain software
32+
33+
----
34+
35+
Fortian is a registered trademark of Fortian Inc.

0 commit comments

Comments
 (0)