Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
sdk:scripts:gps-udp-client-compat [2015/05/05 15:04]
127.0.0.1 external edit
sdk:scripts:gps-udp-client-compat [2019/07/08 09:33]
fachet
Line 2: Line 2:
 <code c gps-udp-client-compat.are>​ <code c gps-udp-client-compat.are>​
 /* DESC: This script sends the local GPS NMEA stream (incl. serial/​checksum) to a remote UDP server. /* DESC: This script sends the local GPS NMEA stream (incl. serial/​checksum) to a remote UDP server.
 + * DESC: The serial number of the device is also send via proprietary extension "​$PNMID,​ <​SRIAL>"​
  * Copyright (C) 2013-2015 NetModule AG, Switzerland  * Copyright (C) 2013-2015 NetModule AG, Switzerland
  */  */
Line 7: Line 8:
 void usage() ​ void usage() ​
 { {
-    nb_syslog("​Usage:​ gps-udp-client.are <​server>​ <​port>"​);​+    nb_syslog("​Usage:​ gps-udp-client-compat.are <​server>​ <​port>"​);​
     exit(1);     exit(1);
 } }