commit | 29f775ab28ecaaf9583b4e96fba70590fc801e64 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:22:54 2018 -0600 |
committer | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:32:59 2018 -0600 |
tree | 2ca732f0cef468b0de87a313192639478cde1e99 | |
parent | 90d4958163cc6ae1e1bf2cf50b6b5b4bfb6fb845 [diff] |
Add RFB server class implementation Change-Id: I3532b5ecdef87cb8f64327de6bd22a175b68f865 Signed-off-by: Eddie James <eajames@linux.ibm.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0