Ping latency vs location on a map (x kilometer of a trip) | ping-latency vs distance

Orange is having problem delivering the internet between biggest cities (I’m traveling via train). There are white spots on the way… They do not see the problem, so I thought – lets make a chart ping-latency vs distance (location on map) Do you know any tool that could provide this statistics? I have a Gobi … Read more

Access NMEA reference clock and GPS position simultaneously

I noticed two approaches to get an accurate time from GPS (with PPS). Using ntpd either with NMEA reference clock or Shared Memory Driver My problem: I want to have a very accurate time and access to GPS position data. Therefore using Shared Memory via gpsd is possibly to slow. In my ntp configuration I … Read more

Setting ntp time from gpsd

I’m trying to configure ntpd to source it’s time from a gps receiver (BU-353S4) but I’m getting some errors. I’m using ntpd 4.2.8.p6-3 and gpsd 3.16-2 on Arch Linux Arm. I’ve been following the tutorial on the arch wiki but it doesn’t have any troubleshooting information. The gpsd log contains the entry gpsd:ERROR: response: {“class”:”ERROR”,”message”:”No … Read more

chrony and gpsd: socket or PPS connection

I’ve try to get high precision time from gps receiver GlobalSat BU-353s4 (/dev/ttyUSB0) through gpsd in Raspberry PI with ArchLinux. /etc/chrony.conf contains: refclock SHM 0 delay 0.5 refid NEMA refclock SHM 1 offset 0.0 delay 0.1 refid PPS refclock SOCK /var/run/chrony.ttyUSB0.sock delay 0.0 refid SOCK I’ve get time through NEMA (SHM 0 source) (but with … Read more

udev rule running setserial low_latency don’t work

My server runs Ubuntu 14.04.1. I created udev rules in /etc/udev/rules.d/09-pps.rules to get GPS with PPS support work. KERNEL==”ttyS0″, SYMLINK+=”gps0″, MODE=”0666″ KERNEL==”ttyS0″, RUN+=”/bin/setserial -q /dev/%k low_latency” KERNEL==”ttyS0″, RUN+=”/usr/sbin/ldattach pps /dev/%k” /dev/pps0 will appear at startup. All right. If I check _low_latency_ flag it looks like $ sudo setserial -a /dev/ttyS0 /dev/ttyS0, Line 0, UART: 16550A, … Read more