Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.51 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.51 KB

AgentGo

Ru Агент - программа разработанная на языке Go для камер под архитектуры ARM/Mipsel Функционал:

  1. Агент берёт серийный номер из конфигурации камеры и отправляет его в базу данных
  2. При получении номера камеры сервер отправляет данные на WireGuard-KeyGen
  3. WireGuard-KeyGen отправляет данные обратно на сервер
  4. Агент получает ответ от сервера в виде данных пришедших после запроса сервера на WireGuard-KeyGen
  5. Запускает VPN через команду с аргументами полученными в ответе от сервера

En Agent is a program developed on Go language for cameras under ARM/Mips architecture Functional Functional:

  1. The agent takes the serial number from the camera configuration and sends it to the database
  2. When receiving the camera number, the server sends data to WireGuard-KeyGen
  3. WireGuard-KeyGen sends data back to the server
  4. The agent receives a response from the server in the form of data received after the server request to WireGuard-KeyGen
  5. Starts the VPN via the command with the arguments received in the response from the server