Skip to content

Remote KVM, 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

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

maxdog988/soc-remote-kvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote KVM

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

In order to support some hardware features of Nuvoton's NPCM750, we have made some modifications to LibVNCServer.

  1. Add Video Capture and Differentiation(VCD), compares frame by hardware.
    • libvncserver/main.c (M)
    • libvncserver/rfbserver.c(M)
    • libvncserver/rfbnpcm750.c (NEW)
    • rfb/rfb.h (M)
    • rfb/rfbnpcm750.h (NEW)
  2. Add Encoding Compression Engine(ECE), 16-bit hextile compression hardware encoding.
    • libvncserver/hextile.c (M)
  3. Add USB HID, support Keyboard and Mouse.
    • libvncserver/usb_hid.c (NEW)
    • rfb/usb_hid.h (NEW)
    • rfb/usb_hid_key.h (NEW)
  4. VNC server program
    • nuvoton/remote-kvm.c (NEW)
  • Please use autotool "--with-poleg=yes" to build this project

About

Remote KVM, 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.

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published