Commit 7b9114a5 by fengfan

1

parent 7dd90d95
......@@ -2,7 +2,7 @@ const vncServer = require('vnc-server')
const WebSocketServer = require('ws').Server;
let vncConfig = {
port: 9000, // 当前服务监听的ws端口
vncAddress: '192.168.1.71:5900',// vnc服务端口
vncAddress: '192.168.0.111:5900',// vnc服务端口
// vncAddress: '192.168.1.71:5900',// vnc服务端口
}
let vnc_server = new vncServer(vncConfig.port, vncConfig.vncAddress);
......
......@@ -14,7 +14,7 @@
Connect parameters are provided in query string:
http://example.com/?host=HOST&port=PORT&scale=true
-->
<title>远程控制</title>
<title>远程控制123</title>
<meta charset="utf-8">
......
1. 安装 vnc 服务端 exe
1. 安装 vnc 服务端 exe
......@@ -4,7 +4,14 @@
4. 测试是否开机自动启动
5. 安装node16.14.0
6. cd server node .\index.js
6. cd server 修改vnc服务ip和端口 node .\index.js
访问 http://127.0.0.1:9000/index.html?password=111111
前端ui修改地址 (加几个按钮 发送指令给后端 后端发给ventuz ventuz响应指令并渲染)
node_modules\vnc-server\noVNC\index.html
7. 开机的计划任务
8. 用户登录后 5分钟 启动 node .\index.js 需要去写一个bat脚本
9. 计划任务 没30分钟 去判断 这个进程是否存在 如果没有 就启动
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment