123456789101112131415161718 |
- # Name: Generic NMEA
- # Submitter: Eric S. Raymond <esr@thyrsus.com>
- # Date: 2013-11-03
- # Transport: TCP
- # Notes: The most significant thing about this test load is not the content,
- # but the magic cookie that tells it to feed the daemon over TCP
- # rather than a pseudo-tty. We include some leading garbage as a
- # robustness check for the packetizer. There is a UDP test load
- # that feeds the same content.
- ,1.7,-30.40,M,-13.9,M,,*7D
- $GPGGA,193221.00,2037.72792,N,08704.08478,W,1,04,1.7,-30.40,M,-13.9,M,,*7D
- $GPGSA,A,3,10,28,09,13,,,,,,,,,03.4,01.7,03.0*00
- $GPGSV,3,1,12,28,14,150,41,09,15,254,41,10,43,192,47,13,06,081,36*7A
- $GPGSV,3,2,12,02,56,323,,04,41,024,,12,31,317,,17,31,085,*72
- $GPGSV,3,3,12,05,15,318,,24,02,246,,33,08,096,,35,45,118,*7D
- $GPRMC,193221.00,A,2037.7279,N,08704.0848,W,00.1,201.8,231207,01,W,A*2D
- $GPZDA,193223.00,23,12,2007,00,00*69
|