Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbmc/obmc-ikvm
https://github.com/openbmc/obmc-ikvm
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/openbmc/obmc-ikvm
- Owner: openbmc
- License: gpl-2.0
- Created: 2018-08-27T16:39:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T10:38:22.000Z (5 months ago)
- Last Synced: 2024-06-05T12:16:05.864Z (5 months ago)
- Language: C++
- Size: 390 KB
- Stars: 22
- Watchers: 10
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenBMC IpKVM Server
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.## Usage
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 -i `For example:
`obmc-ikvm -v /dev/video0 -i /dev/hidg0`