I'm continuing to develop my hardware KVM-over-IP project. The main feature is "SSH mode." The device doesn't just trans...

I'm continuing to develop my hardware KVM-over-IP project. The main feature is "SSH mode." The device doesn't just transmit an image; it converts the BIOS screen into text output in the terminal using deterministic pixel mapping. Error codes can now be copied directly from the terminal.I went further and added automation to the USBridge client. Scripts (for example, automatic BIOS entry) manage input delays and use OCR to search for the desired text on the screen. I find the line "Aptio Setup Utility"—wait, a pop-up appears—the script recognizes it and sends an Esc ($0x29$). In my opinion, OCR in automation scripts works surprisingly reliably here.What do you think?#SysAdmin #KVM #OpenSource #Linux #HomeLab #AI #IPKVM #Automation #SelfHosted

Read Original

Related