The EVP Agent is a reliable and efficient solution for Edge Sensing application management, capable of improving the security, reliability, and scalability of IoT solutions.
Download the .deb packages from the latest release.
Latest documentation can be found on the Edge Virtualization Platform documentation
Install them on the Raspi OS with:
sudo apt install ./python3-evp-app_*.deb
sudo apt install ./evp-agent-*.debIf you are running local console on the Raspberry Pi, this step is not necesary, otherwise, you need to set up the IP address of the computer running Local Console. Please check Local Console documentation for more information on how to set it up.
vi /lib/systemd/system/evp-agent.serviceFind the following line and replace localhost with the address of the server where Local Console is reachable:
Environment=EVP_MQTT_HOST=localhost
You might need to update the port also:
Environment=EVP_MQTT_PORT=1883
Enable the evp-agent service to start automatically on system boot and also start it now:
systemctl enable --now evp-agentor if you prefer just start it now:
systemctl start evp-agentAnd after a few seconds, the agent should be connected to the Local Console MQTT broker.
You can see the logs of the evp-agent with:
journalctl -fu evp-agent