GitHub - CESNET/velia: YANG System management for embedded devices running Linux

Together with sysrepo, this software provides "general system management" for embedded network devices. The target platform is anything that runs Linux with systemd. The software runs in production on CzechLight SDN DWDM devices.

Features

Installation

For building, one needs:

The build process uses CMake. A quick-and-dirty build with no fancy options can be as simple as mkdir build && cd build && cmake .. && make && make install.