[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Getting NMEA data out from gpsd for use in u-center
From: |
David Taylor |
Subject: |
Re: Getting NMEA data out from gpsd for use in u-center |
Date: |
Sun, 3 Oct 2021 09:31:48 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 |
Gary,
Thanks for your helpful comments and the notes from everyone else. Yes, I do
try to read the documentation, although I have never used "man" as I prefer to
read from the Web on a separate display.
You ask why - several people have asked for this!
I had forgotten the -G switch, although in this case it isn't required as
u-center doesn't connect or doesn't recognise udp/tcp on 2947.
gpspipe -r gives me just what I want, and it was then a matter of understanding
"nc" to make it serve that outgoing data over a connection.
I ended up with a very simple script:
gpspipe -r | nc -l 12101
Then on u-center configure a connection:
Receiver, Connection, Network connection: tcp://192.168.0.135:12101
Works nicely!
Notes:
port 12101 was chosen at random
192.168.0.135 is the address of the Raspberry Pi serving the data
Cheers,
David
--
SatSignal Software - Quality software for you
Web: https://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk
Twitter: @gm8arv
- Getting NMEA data out from gpsd for use in u-center, David Taylor, 2021/10/02
- Message not available
- Re: Getting NMEA data out from gpsd for use in u-center, Nick Taylor, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, David Taylor, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, Michael Byczkowski, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, David Taylor, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, Michael Byczkowski, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, David Taylor, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, Michael Byczkowski, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, Gary E. Miller, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center, Gary E. Miller, 2021/10/02
- Re: Getting NMEA data out from gpsd for use in u-center,
David Taylor <=
- Re: Getting NMEA data out from gpsd for use in u-center, Frank Nicholas, 2021/10/03
- Re: Getting NMEA data out from gpsd for use in u-center, David Taylor, 2021/10/03
- Re: Getting NMEA data out from gpsd for use in u-center, Frank Nicholas, 2021/10/03
- Re: Getting NMEA data out from gpsd for use in u-center, Gary E. Miller, 2021/10/03
- Re: Getting NMEA data out from gpsd for use in u-center, David Taylor, 2021/10/04
- Re: Getting NMEA data out from gpsd for use in u-center, Gary E. Miller, 2021/10/03
- Re: Getting NMEA data out from gpsd for use in u-center, David Taylor, 2021/10/04
Re: Getting NMEA data out from gpsd for use in u-center, Gary E. Miller, 2021/10/02