attenuation-control: Add scripts to control the attenuation
Xmlrpc client/server application to control the digital attenuators installed in the lava testbed. Implements AR_VUL-64. Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
10
attenuation-control.service
Normal file
10
attenuation-control.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Attenuation control service.
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/python3 -m attenuation_control_srv 192.168.1.16:8231
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user