Manual:System/GPS: Difference between revisions
Jump to navigation
Jump to search
Line 54: | Line 54: | ||
{{Note | . }} | {{Note | . }} | ||
== | ==Monitoring Status== | ||
<p id="shbox"><b>Command:</b> <code>/system gps monitor</code></p> | |||
This command is used for monitoring the data received from a GPS receiver | This command is used for monitoring the data received from a GPS receiver | ||
Parameters: | '''Parameters:''' | ||
{{Mr-arg-table-h | {{Mr-arg-table-h | ||
|prop=Property | |prop=Property |
Revision as of 09:03, 5 September 2011
Applies to RouterOS: v3, v4, v5 +
Summary
Sub-menu: /system gps
Standards: GPS, NMEA 0183, Simple Text Output Protocol
Global Positioning System (GPS) is used for determining precise location of a GPS receiver.
Configuration Properties
Property | Description |
---|---|
channel (integer [0..4294967295]; Default: 0) | Port channel used by device |
enabled (yes | no; Default: no) | Whether GPS is enabled |
port (string; Default: ) | Name of the USB/Serial port where GPS receiver is connected |
set-system-time (yes | no; Default: no) | Whether to set router's date and time to one received from GPS. |
Note: .
Monitoring Status
Command: /system gps monitor
This command is used for monitoring the data received from a GPS receiver
Parameters:
Property | Description |
---|---|
date-and-time () | Date and time received from GPS |
latitude (none |) | |
longitude (none |) | |
speed (none |) | |
bearing (none |) | |
valid (yes | no) | |
satellites (integer) | Number of satellites seen by the device. |
Basic examples
[ Top | Back to Content ]