Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example of an answer to a request for information about the system:

<system id<system brandname="Vutlan" brandext="vut" brandpen="10039052" state="alarmnormal" version="2.7.4 b517" kernel="12.03.2019" type="VT335" time="1449665393" sms="true" dubl="false" camera="false" ntpserver="false" optime="238082925" uptime="13208189" can_count="1" sd_count="0" cpuusage="37.6" memusage="25836" memtotal="60496" />


The answer contains the following fields:

  • id - special identifier of the system, always equal to 100brandname - firmware brand;
  • brandext - extension of file name for settings file and firmware file;
  • brandpen - SNMP PEN code;
  • state - the state of the system;
  • version - version number of the system software;
  • kernel - building date of system kernel, optional;
  • type - the type of the device of the system;
  • sms - the ability to send SMS in the system (true or false);
  • dubl - availability of a "Duplicator" program in the system (true or false);
  • camera - availability of a AV camera in the system (true or false);
  • ntpserver - availability of a NTP server in the system (true or false);
  • can_count - number of available CAN interfaces;
  • sd_count - number of available builtin SD card reader;
  • time - current system time in UTS format;
  • optime - total system operating time, in seconds;
  • uptime - the time of the current session, in seconds;
  • cpuusage - CPU utilization, in percent;
  • memusage - the amount of memory used, in kilobytes;
  • memtotal - the total amount of available memory, in kilobytes.

...