mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Allow For control of Multiple Hosts #1
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Makr91 on GitHub (Dec 9, 2019).
Originally assigned to: @mdevaev on GitHub.
Hello
I am s till in the process of getting this to work on my ZeroW's and Pi 3 as that is what the Fmstrat/diy-ipmi used when I first set up the system. I wanted to switch to this to see if there is a way that we could open this up to manage multiple hosts at a time from a RPi4 or if it would be better to manage this on a Per Host Basis with 3 seperate ZeroW's?
@mdevaev commented on GitHub (Dec 9, 2019):
One RPi must manage one host, this is the basis of the system architecture. There are several reasons for this:
If you need three maximally cheap KVM you should use three Zero.
Theoretically, if the software allowed multiple video capture devices to be used and multiple motherboards to be loaded, you would need RPi4, multiple Arduino boards to emulate the keyboard, and multiple HDMI-USB video capture devices. The situation is such that the final cost of such a solution will be approximately equal to the cost of buying three rpi4 boards and three HDMI-CSI2 bridges.
Diy-hdmi uses a very cheap image capture device that we support too, but let's be honest, it's really impossible to use for anything other than a text BIOS and an 80x24 terminal.
make osgets stuck at 16/16 step. #84