Nuvoton-Israel / obmc-ikvm

obmc-iKVM, a customized VNC server for SOC (like Poleg) with video data captured from graphic under host OS's control, and emulated HID KB/MS to feed host OS with remote KB/MS input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obmc ikvm

This is a Virtual Network Computing (VNC) server program.

In order to support some hardware features of Nuvoton's NPCM750, please use our modified LibVNCServer to build this program.

  1. Support Video Capture and Differentiation(VCD) and hwarward 16 bit hextile
    • rfbnpcm750.c
    • rfbnpcm750.h
  2. Support USB HID, support Keyboard and Mouse.
    • rfbusbhid.c
    • rfbusbhid.h
  3. VNC server main program
    • obmc-ikvm.c

In progress:

  1. improve performance in high resolution
  2. improve performance for mutil-client

About

obmc-iKVM, a customized VNC server for SOC (like Poleg) with video data captured from graphic under host OS's control, and emulated HID KB/MS to feed host OS with remote KB/MS input.

License:GNU General Public License v3.0


Languages

Language:C 98.3%Language:Meson 1.7%