Skip to content

Ar4k Edge Agent by Rossonet

Test on master branch Test on devel branch Build docs and publish on web.rossonet.net Publish on Maven Central Publish RPM on app.rossonet.net/repo FOSSA Status Codecov Codacy Badge

Reference

Maven Repository

Docker Hub

Template project

Italian website with examples

Documentation

TODO

CODE STYLE

alt text

https://www.rossonet.net

Repository install on RedHat, CentOS or Fedora

sudo rpm --import https://raw.githubusercontent.com/rossonet/EdgeAgentAr4k/master/RPM-GPG-KEY-AR4K
sudo dnf config-manager --add-repo https://app.rossonet.net/repo/
sudo dnf install ar4k-agent-small -y # to install small version
sudo dnf install rossonet-rtu -y # to install rtu version

Repository install on Debian, Ubuntu, Raspbian

wget -q -O - https://raw.githubusercontent.com/rossonet/EdgeAgentAr4k/master/RPM-GPG-KEY-AR4K | apt-key add -
echo "deb https://app.rossonet.net/debs ./" >> /etc/apt/sources.list
apt update
apt install -y rossonet-rtu