|
|
Line 18: |
Line 18: |
| }} | | }} |
| <!-- | | <!-- |
| ==GPS==
| |
|
| |
|
|
| |
| [[Image:Services gps.PNG]]
| |
|
| |
| ==GPS Settings==
| |
|
| |
| [[Image:Services gps configuration.PNG]]
| |
|
| |
| <table class="nd-mantable">
| |
| <tr>
| |
| <th>field name</th>
| |
| <th>value</th>
| |
| <th>description</th>
| |
| </tr>
| |
| <tr>
| |
| <td>Enable GPS service</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Toggles GPS ON or OFF</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Enable GPS data to server</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Enables automatic GPS data transferring to a remote server </td>
| |
| </tr>
| |
| <tr>
| |
| <td>Remote host/IP address</td>
| |
| <td>host | ip; Default: '''212.47.99.61'''</td>
| |
| <td>Server IP address or domain name to send the coordinates to</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Port</td>
| |
| <td>integer [0..65535]; Default: '''17050'''</td>
| |
| <td>Server port used for data transfer</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Protocol</td>
| |
| <td>TCP | UDP; Default: '''TCP'''</td>
| |
| <td>Protocol to be used for data transfer to server</td>
| |
| </tr>
| |
| </table>
| |
|
| |
| ===TAVL Settings===
| |
| ----
| |
| [[Image:Services gps configuration tavl.PNG]]
| |
|
| |
| <table class="nd-mantable">
| |
| <tr>
| |
| <th>field name</th>
| |
| <th>value</th>
| |
| <th>description</th>
| |
| </tr>
| |
| <tr>
| |
| <td>Send GSM signal</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Includes GSM signal strength information in GPS data package to be sent to server</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Send analog input</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Includes analog input state in GPS data package to be sent to server</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Send digital input (1)</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Includes digital input #1 state in GPS data package to be sent to server</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Send digital input (2)</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Includes digital input #2 state in GPS data package to be sent to server</td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| ==GPS Mode== | | ==GPS Mode== |
Line 187: |
Line 115: |
| </tr> | | </tr> |
| </table> | | </table> |
|
| |
| ==GPS Geofencing==
| |
|
| |
| '''Geofencing''' is a feature which can detect whenever a device enters or leaves customized area.
| |
|
| |
| [[Image:Services gps geofencing.PNG]]
| |
|
| |
| <table class="nd-mantable">
| |
| <tr>
| |
| <th>field name</th>
| |
| <th>value</th>
| |
| <th>description</th>
| |
| </tr>
| |
| <tr>
| |
| <td>Enable</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Toggles GPS Geofencing ON or OFF</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Longitude (X)</td>
| |
| <td>real number [-180..180]; Default: '''0.000000'''</td>
| |
| <td>Longitude of selected point</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Latitude (Y)</td>
| |
| <td>real number [-90..90]; Default: '''0.000000'''</td>
| |
| <td>Latitude of selected point</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Radius</td>
| |
| <td>integer [1..999999]; Default: '''200'''</td>
| |
| <td>Radius of selected area</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Generate event on</td>
| |
| <td>Exit | Enter | Enter/Exit; Default: '''Exit'''</td>
| |
| <td>Specifies whether event takes place on exiting or entering the specified area or both</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Get current coordinates</td>
| |
| <td>-</td>
| |
| <td>Gets current device coordinates from GPS</td>
| |
| </tr>
| |
| </table>
| |
|
| |
| ==See also==
| |
|
| |
| [http://wiki.teltonika-networks.com/index.php?title=RUT955_Protocols RUT955 GPS protocols]
| |
|
| |
| [[Category:RUT955 WebUI]]
| |
| --> | | --> |