Skip to content

BeagleBone Black KVM over IP VNC Server

Notifications You must be signed in to change notification settings

merz9b/bbb_ipkvm

 
 

Repository files navigation

BBB KVM over IP VPN Server

Low power IP KVM VNC server solution using Beaglebone Black and HDMI to USB Macrosilicon MS2109 dongle.

How it works

The server software capture video coming from the HDMI to USB dongle and send captured frame in realtime to VNC client. It will also automaticaly create required files using configfs USB gadget to transmit input events coming from the client to the target computer. ikvm_vnc_server will work with any VNC client, however the included SDL based ikvm_vnc_client support a custom RFB audio extension to allow a one program solution including video and audio desktop sharing.

## Harware requirement:

  • beaglebone black
  • HDMI to USB dongle
  • mini usb cable

Plug the target computer HDMI to the dongle, and the dongle to the BBB USB host port. Plug the mini USB cable between the USB OTG of beaglebone to the target computer.

Software requirement

TODO:

  • usb hid gadget do not wake up host

Sources

See also

Notes

About

BeagleBone Black KVM over IP VNC Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.2%
  • Makefile 0.8%