我想从 iOS 应用程序测试连接路由器(wifi 调制解调器)的速度。
我在这里找到了一些东西以编程方式获取链接速度?但找不到 sockios.h 和 ethtool.h
是否可以将此代码移植到 Objective-C 或有其他方法?
--
很抱歉丢失的信息和我糟糕的英语。
我想测试 ios 设备和连接的 wifi 调制解调器之间的链接速度(tx 速率)。
CWInterface 类中有一个名为 txRate 的属性。我想在 Cocoa Touch 中获取这些数据。
/*!
* @property
* @abstract Current transmit rate (Mbps) of the CoreWLAN interface.
* @discussion Dynamically queries the interface for the current transmit rate.
*/
@property(readonly) NSNumber *txRate NS_DEPRECATED_MAC(10_6, 10_7);