feat: connect 消息上报 local_ip 和 external_ip

Made-with: Cursor
This commit is contained in:
stswangzhiping
2026-03-21 08:18:27 +08:00
parent af5248f2a6
commit 878f3592bf
8 changed files with 1595 additions and 1392 deletions

View File

@@ -9,14 +9,20 @@
"scripts": {
"start": "node bin/clawd.js"
},
"keywords": ["claw", "iot", "websocket", "daemon"],
"keywords": [
"claw",
"iot",
"websocket",
"daemon"
],
"author": "stswangzhiping",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"ws": "^8.18.0",
"systeminformation": "^5.25.0"
"ssh2": "^1.17.0",
"systeminformation": "^5.25.0",
"ws": "^8.18.0"
}
}