使用 boost::asio 查找子网上所有可访问的 ip

发布于 2024-12-07 14:43:13 字数 187 浏览 1 评论 0原文

我想要一种使用 boost 来查找子网上所有可到达的 ip(响应 ping)的方法。

即给定子网 = 10.10.10.0 和可访问的 ips 10.10.10.1-5,结果应该是一个列表: 10.10.10.1 , ... , 10.10.10.5

目前我有一个脚本可以 ping 子网并检查 arp 缓存对于可到达的 ip。

I would like a way to use boost to find all reachable ips(responding to a ping) on a subnet.

i.e. given subnet = 10.10.10.0 and ips 10.10.10.1-5 that are reachable, the result should be a list: 10.10.10.1 , ... , 10.10.10.5

Currently I have a script that pings the subnet and checks the arp cache for reachable ips.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾城°AllureLove 2024-12-14 14:43:13

他们有一个 ping 示例文档中。

They have a ping example in the docs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文