Closed xianyunleo closed 1 year ago
此接口函数已经存在 但是暂时未暴露 因为需要序列化大量的对象会破坏当前结构的hmc进程稳定性
此功能会在重构版本中上线
@kihlh 好的,敬请期待。可以考虑将 protocol 和 state,作为筛选条件,特别是state这个筛选比较重要。
网络是个很复杂的功能,此功能已经分支到 net-win32 模块中了 我也看了你写的软件 是个php服务工具,可能会需要更加复杂的处理,hmc以后得网络相关将由hmn模块处理,hmn对网络处理的功能也更加精细
详见:https://github.com/kihlh/hmn-win32
模块已上传到npm :https://www.npmjs.com/package/net-win32
npm i net-win32
let HMN = require("hmn-win32");
console.log("net:getConnectNetList=>",hmn.getConnectNetList()[0])
https://learn.microsoft.com/en-us/sysinternals/downloads/tcpview#using-tcpview 类似微软的这个软件
需要 pid,localAddress,localPort,remoteAddress,remotePort,protocol , state等字段.
谢谢,辛苦了。