labgrid
                                
                                
                                
                                    labgrid copied to clipboard
                            
                            
                            
                        embedded systems control library for development, testing and installation
Waveshare only implement the ability to query the status of all relays (https://www.waveshare.com/wiki/Modbus_RTU_Relay#Read_States_of_Relays) not just one, so a modification to the existing drivers is required. **Checklist** - [x] Documentation for...
Allows client to specify where on the exporter .labgrid_agent_{agent_hash}.py should be copied to. Default is the user homedir. **Description** **Checklist** - [x] Documentation for the feature - [ ] Tests...
In the Getting Started section of the documentation, the following packages are listed to be installed... ``` python3 python3-virtualenv python3-pip python3-setuptools virtualenv microcom ``` which is missing ```rsync``` and which...
but they still do what they are supposed to do. ```console $ labgrid-client power off Selected role main from configuration file Error in sys.excepthook: Original exception was: ``` ```console $...
Added the full "Power Distribution Unit" next to the first time the abbreviation 'PDU' comes in the configuration documentation.
This adds support for KMTronic usb relay controller. Tests has been done using a KMTronic four channel usb relay controller: https://kmtronic.com/product/2786/usb-relay-controller-four-channel-box.html Small tests for the resource and driver has been...
This pull request add support for ADB (Android Debug Bridge) devices in labgrid. - It supports USB (remote and local) and TCP adb devices. - It adds two new client...
Adds power control via IPMI interface (using `ipmitool`). It has been made generic enough to allow feature like Serial-over-LAN to be addded later as I do not have a device...
**Description** Adds power driver integration for Tapo Smart plugs with Klap authentication. python-kasa requires KASA_USERNAME and KASA_PASSWORD environment variables to be set to handle the authentication. **Checklist** - [x] Documentation...
To interact with a Rockchip SoC in BootROM mode over USB, Rockchip offers the rkdeveloptool, which is among others already packaged in Debian. We currently support this via the RKUSBDriver,...