Web VNC 客戶端:PeerVNC
VNC web 客戶端,集成 Node.js, noVNC 和 iWebPP.IO。
支持所有瀏覽器和從任何地方訪問 VNC 桌面。
功能特性:
- Support all web browsers as web vnc client with noVNC
- Support access vnc server from everywhere as peer web proxy with iWebPP.io
- Provide end-to-end security
用法:
1. create vnc-example.js var Proxy = require('peer-vnc'); new Proxy('192.168.1.1:5900', function(err, proxyURL){ console.log('VNC Proxy URL(please open it on browser)'); for (var k in proxyURL) { console.log(k+' '+proxyURL[k]); } }); 2. launch proxy server by node-httpp-binary-directory/node.exe vnc-example.js in case Windows machine. console dump like below: VNC Proxy URL(please open it on browser) 192.168.1.1:5900 https://af5e83731df02546.vurl.iwebpp.com:51688/vtoken/bb39fb0eb29f081e/websockify 3. use peer-vnc binary on Linux, like ./bin/peer-vnc -t 192.168.1.1:5900 VNC Proxy URL(please open it on browser) 192.168.1.1:5900 https://41c522dab4ae47f9.vurl.iwebpp.com:51688/vtoken/516c97b3070de2e1/websockify
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!