commit | 4c388c80cc55a02cbf99a7bb832166cfcffcc6e4 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Wed Apr 28 12:17:45 2021 +0200 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Wed Apr 28 12:17:45 2021 +0200 |
tree | 71049646722b086d6bddd5b820302fb239712436 | |
parent | 2795d20f23dd1a5fe7fc82cb83ce98cecb8007a7 [diff] |
Use unique_ptr instead of manual free unique_ptr with a function-ptr deleters are pretty verbose, but I like this tool. Found by clang-tidy. Change-Id: Ie84d81a559f9b539f72a75e5e66c4bcf7c3a77ce
Together with sysrepo, this software provides "general system management" of embedded devices. The target platform is anything that runs Linux with systemd. This runs in production on CzechLight SDN DWDM devices.
This component tracks the overal health state of the system, including various sensors, or the state of systemd
units. As an operator-friendly LED at the front panel of the appliance shows the aggregated health state.
Firmware can be updated via RAUC, and various aspects of the system's configuration can be adjusted. This includes a firewall, basic network settings, and authentication management.
For a full list, consult the yang/
directory in this repository.