From 2467063fce222457a9bf8be0a62ee6f1afb65250 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 28 Dec 2022 04:44:49 +0300 Subject: [PATCH] fix --- docs/vnc.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/vnc.md b/docs/vnc.md index da1ee516..f06444e5 100644 --- a/docs/vnc.md +++ b/docs/vnc.md @@ -5,10 +5,11 @@ As an alternative to the web interface, you can use VNC with various desktop cli !!! warning Don't use VNC without X.509 or TLS encryption on untrusted networks! Otherwise your password will be transmitted over the network in plain text. Unfortunately, this is the reality of the VNC protocol. -??? note - VNC and its varients/TeamViewer/RDP to a system uses the target systems framebuffer IE local display, VNC usage for PiKVM accesses the stream, there will still be a 100-200MS latency and cannot be compared with the other software solutions. - NORMAL USAGE: VNC/TM/RDP -> Target system - PiKVM USAGE: VNC -> PiKVM -> Target system +!!! note + VNC and its varients/TeamViewer/RDP to a system uses the target systems framebuffer IE local display, VNC usage for PiKVM accesses the stream, there will still be a 100-200ms latency and cannot be compared with the other software solutions. + + * NORMAL USAGE: *VNC/TM/RDP -> Target system* + * PiKVM USAGE: *VNC -> PiKVM (hardware capture, processing) -> Target system* ## Enabling VNC on the PiKVM side