sysmocom-idu: Listen on localhost for NMEA frames

Listen on localhost for NMEA frames. The frames will be received
on a system and then forwarded to a local gpsd.
This commit is contained in:
Holger Hans Peter Freyther 2015-02-09 14:58:09 +01:00
parent cfc0c70237
commit 53d7c53805
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# If you must specify a non-NMEA driver, uncomment and modify the next line
GPSD_SOCKET="/var/run/gpsd.sock"
GPSD_OPTIONS=""
GPS_DEVICES="udp://127.0.0.1:12345"

View File

@ -6,7 +6,7 @@ DEPENDS = "ncurses python"
#DEPENDS = "ncurses libusb1 python"
PROVIDES = "virtual/gpsd"
PR = "r3.17"
PR = "r3.18"
SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \