commit | d1711dd504880514394a15b6603e419abca06df6 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 14:10:39 2023 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Aug 22 04:42:26 2023 +0000 |
tree | ed55bc8c6d087c6cafc8b77b373c78efa362c29d | |
parent | 1489d044b2c9ea877d717ee3311eb7eb076ff7c4 [diff] |
Fix some warnings by cppcheck Warning message: ``` ikvm_manager.hpp:26:5: style: Class 'Manager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] Manager(const Args& args); ^ ``` Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I993565998eebfa7ab7447b05f50ac627c9f41060
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