Name Date Size #Lines LOC

..Today-

subprojects/H01-May-2024-3122

.clang-formatH A D04-Sep-20243.7 KiB137135

.gitignoreH A D01-May-2024107 65

LICENSEH A D07-Mar-202117.7 KiB341281

OWNERSH A D20-Sep-20241.6 KiB4944

README.mdH A D07-Dec-2022741 1913

create_usbhid.shH A D22-Aug-20236.2 KiB16364

ikvm_args.cppH A D04-Sep-20242.5 KiB8275

ikvm_args.hppH A D18-May-20233.7 KiB15768

ikvm_input.cppH A D04-Sep-202415.6 KiB595531

ikvm_input.hppH A D08-Mar-20234.1 KiB13362

ikvm_manager.cppH A D06-Jun-20241.7 KiB10181

ikvm_manager.hppH A D22-Aug-20232 KiB7535

ikvm_server.cppH A D04-Sep-20246.8 KiB271212

ikvm_server.hppH A D04-Sep-20245 KiB182105

ikvm_video.cppH A D30-Mar-202313.7 KiB511436

ikvm_video.hppH A D18-May-20234.7 KiB18286

meson.buildH A D20-Sep-2024938 4844

obmc-ikvm.cppH A D07-Mar-2021192 139

obmc-ikvm.serviceH A D20-Sep-2024271 129

scancodes.hppH A D07-Mar-20212.7 KiB10098

README.md

1# OpenBMC IpKVM Server
2
3The obmc-ikvm application is a VNC server that provides access to the host
4graphics output. The application interfaces with the video device on the BMC
5that captures the host graphics, and then serves that video data on the RFB
6(remote framebuffer, also known as VNC) protocol. The application also
7interfaces with the BMC USB gadget device to pass HID events from the BMC to the
8host, allowing the user to interact with the host system.
9
10## Usage
11
12Once the host is running and an appropriate HID gadget device is instantiated on
13the BMC, the application can be started with the following command:
14`obmc-ikvm -v <video device path> -i <HID gadget device path>`
15
16For example:
17
18`obmc-ikvm -v /dev/video0 -i /dev/hidg0`
19