3

来自「Unix/Linux 网络时间协议版本3 Network Time Proto」· 代码 · 共 47 行

TXT
47
字号
From glen_call@ftw.paging.mot.com Sun Jun 16 03:33:11 1996From: Glen Call <glen_call@ftw.paging.mot.com>Date: Fri, 24 May 1996 11:19:11 -0500To: Mills@huey.udel.eduSubject: Re:  xntp 3.5 support for Motorola GPSCc: orlando_perdomo@ftw.paging.mot.comX-Sun-Charset: US-ASCII| Drivers aren't hard to build at all. Your contribution/modification| of a driver would be much appreciated, if it isn't there already.David -I studied the NMEA driver, made a correction (2 pls, see below), andwas able to drive the Motorola Oncore GPS.  I would be happy to supplythe whole file if you wish.$ diff OLDrefclock_nmea.c refclock_nmea.c145c145< 	gps_send(pp->io.fd,"$PMOTG,RMC,0000\n", peer);---> 	gps_send(pp->io.fd,"$PMOTG,RMC,0000*1D\r\n", peer);353c353< 	gps_send(pp->io.fd,"$PMOTG,RMC,0\n", peer);---> 	gps_send(pp->io.fd,"$PMOTG,RMC,0000*1D\r\n", peer);$BTW, I am wondering if the daemon has the ability to issue an alarm if areference clock drops out.  If not, I suppose my application could pollusing logic borrowed from "ntpq" or similar utility.  Suggestions wouldbe most welcome.Best regards,GlenPS: Do you know of any implementations of SNTP available on the Web?Glen Call           gcall@ftw.paging.mot.comMotorola Advanced Messaging Systems Division

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?