Low cost standalone remote desktop.
card ikvm [ iKVM ]card computer [
PC
]ikvm --> computer : USB OTG
ikvm <-- computer : HDMI/VGA
Possible canditates with USB OTG port are
Pretty much any other SbC supported by Armbian with OTG port also works here
Raspberry Pi 4
Recently a Really cheap USB 2.0 HDMI capture card came to market
It presents itself as a normal UVC webcam and should work with all modern systems.
Internally that dongle encodes everything as MJPG stream to fit FullHD videostream inside limited USB 2.0 bandwith. This can result in blury text and I recommend keeping the resolution equal or less than 720p for optimal usage.
Any VGA to HDMI converter box should work
Simplest way is to send the MJPG stream to the browser in a img tag and hope for the best
Our SbC has to pretend to be a USB HID Keyboard and Mouse device
and get user input over WebSocket from the browser