本文介绍了获取无线网络的主机IP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何以编程方式获取无线网络中的所有主机?
How can I get programmaticaly all the hosts in a wireless network?
我知道我正在工作的WLAN,并且已连接到该WLAN.现在,我要显示主机列表(或至少是它们的IP地址).
I know the wlan I'm working in and I am connected to it. Now I want to show a list of the hosts (or at least their IP-Addresses).
如何做到这一点?如果我在具有紧凑型框架的Windows Mobile上工作并且想要做到这一点,有什么特别的要点?
How can I accomplish this, and are there special points if I work on windows mobile with compact framework and want to do that?
推荐答案
有很多方法.例如:
- ARP:
http://msdn.microsoft.com/zh-cn/library/aa366358%28VS.85%29.aspx
- WMI:
- ICMP:
等
这篇关于获取无线网络的主机IP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!