RouterAddressInfo:获取并显示当前路由器信息

时间:2021-06-26 20:53:05
【文件属性】:
文件名称:RouterAddressInfo:获取并显示当前路由器信息
文件大小:51KB
文件格式:ZIP
更新时间:2021-06-26 20:53:05
Objective-C 路由器地址信息 获取并显示当前路由器信息 ##如何使用 ####//1。 获取路由器信息 NSMutableDictionary *routerInfo = [RouterAddressInfo getRouterInfo]; NSLog(@"router info: %@",routerInfo); //2. 当前无线网络信息 [RouterAddressInfo displayCurrentWiFiInfotmation]; ##Note 请注意, inet_ntoa仅适用于IPv4 地址。 如果您在IPv6网络中,则必须使用inet_ntop或更好的getnameinfo - 来自此处的建议
【文件预览】:
RouterAddressInfo-master
----RouterAddress()
--------route.h(11KB)
--------RouterAddressInfo.h(719B)
--------RouterAddressInfo.m(8KB)
----RouterAddressInformationTests()
--------RouterAddressInformationTests.m(700B)
--------RouterAddressInformationTests-Info.plist(690B)
--------en.lproj()
----RouterAddressInformation.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----README.md(659B)
----RouterAddressInformation()
--------main.m(350B)
--------ViewController.m(3KB)
--------AppDelegate.h(290B)
--------RouterAddressInformation-Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------RouterAddressInformation-Prefix.pch(344B)
--------ViewController.h(228B)
--------Base.lproj()
--------en.lproj()

网友评论