ios – 本地wifi网络连接设备列表

前端之家收集整理的这篇文章主要介绍了ios – 本地wifi网络连接设备列表前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我可以搜索连接到本地wifi网络的设备吗?所以我需要这样的东西:

>按按钮
>一些算法
>我得到了设备IP地址和端口的列表

我想我不能在iOS中这样做,但也许我不知道:)

解决方法

这里有一个iOS局域网扫描仪

https://github.com/mongizaidi/LAN-Scan

你也可以看看bonjour
https://developer.apple.com/bonjour/index.html

Bonjour,also known as zero-configuration networking,enables automatic discovery of devices and services on a local network using industry standard IP protocols. Bonjour makes it easy to discover,publish,and resolve network services with a sophisticated,yet easy-to-use,programming interface that is accessible from Cocoa,Ruby,Python,and other languages.

原文链接:https://www.f2er.com/iOS/328132.html

猜你在找的iOS相关文章