Старт
This commit is contained in:
77
resources/help/connection.php
Normal file
77
resources/help/connection.php
Normal file
@ -0,0 +1,77 @@
|
||||
<?php
|
||||
@session_start();
|
||||
|
||||
require_once('../metadata/include/tools.php');
|
||||
require_once('../../monitoring/config.php');
|
||||
|
||||
$db=connectToDB();
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php print trt('Instructions'); ?></title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<h1><?php print trt('Port_settings_for_connecting_trackers_to_GEOVizor_com'); ?></h1>
|
||||
<!--
|
||||
<hr/>
|
||||
<b>SDataWatch</b><br>
|
||||
<?php print trt('Port'); ?>: 3212<br>
|
||||
|
||||
<hr/>
|
||||
<b><?php print trt('Manufacturer'); ?>: </b><a href="http://www.vjoycar.com" target="_blank">VJOYCAR</a><br>
|
||||
<b>Модели терминалов:</b> VJOY<br>
|
||||
<b>Пример пакета: </b>(864768010711940,BP05,210316,A,4749.59217N,06753.24874E,46.560,124245,236.42,0.78,11)<br>
|
||||
<b>Описание протокола:</b> <a href="/engine/HTMLHelp/Revised_Protocol_150306.pdf">Открыть</a><br>
|
||||
<hr/>
|
||||
<b>SServerMEGASTEK</b><br>
|
||||
<?php print trt('Port'); ?>: 3215<br>
|
||||
|
||||
<hr/>
|
||||
<b>SDataMINITRACK</b><br>
|
||||
<?php print trt('Port'); ?>: 3216<br>
|
||||
|
||||
<hr/>
|
||||
<b>SServerEvac</b><br>
|
||||
<?php print trt('Port'); ?>: 3217<br>
|
||||
|
||||
<hr/>
|
||||
<b>SServerTeltonika</b><br>
|
||||
<?php print trt('Port'); ?>: 3219<br>
|
||||
|
||||
<img src="/images/teltonika.jpg">
|
||||
|
||||
<hr/>
|
||||
<b>SServerExtremtrac</b><br>
|
||||
<?php print trt('Port'); ?>: 3220<br>
|
||||
-->
|
||||
<hr/>
|
||||
<b><?php print trt('Manufacturer'); ?>: </b><a href="http://www.arusnavi.ru/" target="_blank">ArusNavi</a> <br>
|
||||
<b><?php print trt('Terminal_models'); ?>:</b> <a href="http://prioritetcontrol.ru/d/772808/d/instruktsiyaarnavi4.pdf" target="_blank">ARNAVI 4</a>, <a href="http://www.arusnavi.ru/wp-content/uploads/2019/03/Arnavi_5_1566978784.pdf" target="_blank">ARNAVI 5</a> <?php print trt('and').' '.trt('others'); ?><br>
|
||||
<b><?php print trt('Port'); ?>:</b> 5001<br>
|
||||
<b><?php print trt('Description_of_protocol'); ?>:</b> <a href="https://docs.google.com/spreadsheets/d/15s-2ZbqOQ1bZvAtFFm9sIEuKy3jbJzxdeynp72sjoYU/edit?pref=2&pli=1#gid=3" target="_blank"><?php print trt('Protocol'); ?></a><br>
|
||||
<br>
|
||||
|
||||
<hr/>
|
||||
<b><?php print trt('Manufacturer'); ?>: </b><a href="http://www.sinotrack.com" target="_blank">SinoTrack</a><br>
|
||||
<b><?php print trt('Terminal_models'); ?>:</b> <a href="GPS Tracker ST-901.pdf" target="_blank">ST-901</a> <?php print trt('and').' '.trt('others'); ?><br>
|
||||
<b><?php print trt('Port'); ?>:</b> 5002<br>
|
||||
|
||||
<b>Для установки номера телефона:</b>8040000 94.247.128.218 5002<br>
|
||||
<b>Для установки GPRS:</b>7100000<br>
|
||||
<b>Для пернаправления на наш сервер:</b>8040000 94.247.128.218 5002<br>
|
||||
<b>Для установки APN:</b>8030000 internet.tele2.kz<br>
|
||||
|
||||
apn123456 internet.tele2.kz
|
||||
|
||||
begin123456
|
||||
gprs123456
|
||||
<b>SMS<?php print trt('command'); ?>:</b> adminip123456 geovizor.com 5002<br>
|
||||
<b>SMS<?php print trt('command'); ?>:</b> adminip123456 94.247.128.218 5002<br>
|
||||
|
||||
<b><?php print trt('Interval'); ?>:</b> 8050000 60<br>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user