本文介绍了列出iPhone上本地网络上的所有计算机名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法在iPhone的桌面上获取和显示本地网络上的计算机名称(包括ip地址)的列表。所有计算机都包含mac,windows,linux等。
Is there any way to get and display a list of computer names(including ip address) on a local network in a tableview on iPhone. All computers include mac, windows, linux etc.
提前感谢。
推荐答案
您需要执行以下操作有两个部分:扫描本地网络以查找所有活动的主机,并对其IP地址执行反向DNS查找。简短的搜索应该告诉您如何做。
There are two parts to what you need to do: Sweep the local network to find all active hosts and do a reverse DNS lookup on their IP address. A brief search should show you how to do either.
这篇关于列出iPhone上本地网络上的所有计算机名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!