Ru Агент - программа разработанная на C++ для камер под архитектуры ARM/Mipsel Функционал:
- Агент берёт серийный номер из конфигурации камеры и отправляет его в базу данных
- При получении номера камеры сервер отправляет данные на WireGuard-KeyGen
- WireGuard-KeyGen отправляет данные обратно на сервер
- Агент получает ответ от сервера в виде данных пришедших после запроса сервера на WireGuard-KeyGen
- Запускает VPN через команду с аргументами полученными в ответе от сервера
En Agent is a program developed on C++ language for cameras under ARM/Mipsel architecture Functional:
- The agent takes the serial number from the camera configuration and sends it to the database
- When receiving the camera number, the server sends data to WireGuard-KeyGen
- WireGuard-KeyGen sends data back to the server
- The agent receives a response from the server in the form of data received after the server request to WireGuard-KeyGen
- Starts the VPN via the command with the arguments received in the response from the server