PiKVM module#247
Open
llogen wants to merge 1 commit into
Open
Conversation
9dbc7d7 to
ad77246
Compare
RiSKeD
reviewed
Dec 8, 2025
ad77246 to
ae564e7
Compare
Contributor
Author
I think thats a good idea :) |
ae564e7 to
4e04fe1
Compare
2183a74 to
9454670
Compare
jenstopp
reviewed
Jan 6, 2026
jenstopp
left a comment
Member
There was a problem hiding this comment.
Wow, full KVM feature set implemented 🚀 :)
RiSKeD
reviewed
Jan 7, 2026
ec724a1 to
4be888f
Compare
Member
|
Please put the changes to the file transfer out of this PR (maybe in a separate one). These are serious changes to the core code and need more detailed review and testing. |
Member
@llogen ? I saw the separate PR for the reworked file transfer, but what about getting this parts out of here, so we can get this PR merged? |
f6f01f2 to
9f4becc
Compare
Add a PiKVM module for dutagent with power, keyboard, virtual-media, and screenshot modes driven over the PiKVM HTTP API (self-signed TLS accepted). Media mount hashes the image on the client first so the agent can skip the upload when the image already exists on the PiKVM. Ships example configs, a module README, and tests. Signed-off-by: llogen <christoph.lange@blindspot.software>
9f4becc to
196900c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PiKVM module provides comprehensive control of a DUT via a PiKVM device. It offers power management through ATX control, keyboard input simulation, and virtual media mounting capabilities.
Power management commands: on, off, force-off, reset, force-reset,
and status. Keyboard control commands: type, key, combo, and paste.
Virtual media commands: mount, mount-url, unmount, and media-status.
The module connects to a PiKVM device using HTTP/HTTPS with configurable host, user, password, and timeout. It supports both short and long ATX button presses for power and reset control, allows sending keyboard input and key combinations, and enables mounting ISO images from local files or URLs.
resolves #246