Versions Compared

Key

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

...


TCP port 55555

Code Block
languagec#
0x02YYYYMMDDHHMMSSCCNNNNNNNNN0х030x02YYYYMMDDHHMMSSCCNNNNNNNNN0x03

The transmitted data structure is described in the table below.

NameDescription
0x02Start byte
YYYYYear (four numbers 0000-9999)
MMMonth (two numbers 01-12)
DDDay of the month (two numbers 01-31)
HHHour (two numbers 00-23)
MMMinutes (two numbers 00-59)
SSSeconds (two numbers 00-59)
CCCamera number (two numbers 00-99)
NNNNNNNNNText of the recognized number (arbitrary number of symbols), or "Not defined" if the number was not recognized
0х030x03

End byte


Info
titleNote

The beginning and end of the message are transferred by the start byte and the end byte respectively. The message between these bytes is transferred in text format.

...