-
javascript中的traceroute实现,利用了dgram和raw-sockets技术,即traceroute-js
资源介绍
traceroute-js
使用dgram和raw-sockets的javascript中的traceroute实现
如何使用它
使用npm install
使用sudo node traceroute 8.8.8.8或sudo node traceroute www.google.com运行它
或不使用反向循环sudo node traceroute -n 8.8.8.8或sudo node traceroute -n www.google.com
- 上一篇: 计算机网络PING程序
- 下一篇: lwIP TCP/IP stack demonstration