A simple ACS written in Rust.
You can get or set datamodel from any CPE managed by this ACS with a simple curl command.
Supported features are: - Zero-conf server: The server tries to configure itself securely at first start. - HTTP, HTTPs and authentication support. - ACS configuration and connected CPEs are persistent - GetParameterValues and SetParameterValues with simple curl requests.
Some limitations are: - There are no notifications mechanism implemented - It may not be fully compliant with TR-069 standard - syslog support not yet implemented - logging is quite messy - no cli or web interfaces implemented
git clone git@github.com:guillaumepellegrino/acrs.git
cd acsrs
cargo build --release
./target/release/acsrs
curl 127.0.0.1:8080/list
curl 127.0.0.1:8080/gpv/{cpe_serial_numer} -d device.managementserver.
curl 127.0.0.1:8080/spv/{cpe_serial_numer} -d "device.wifi.neighboringwifidiagnostic.diagnosticsstate<string>=requested"
curl 127.0.0.1:8080/gpv/{CPE_SERIAL_NUMER} -d Device.ManagementServer.;Device.Time.