⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 3

📁 Unix/Linux 网络时间协议版本3 Network Time Protocol Version 3 (NTP) distribution for Unix systems
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -