我想從iOS應用測試連接路由器(wifi調制解調器)的速度。iOS獲取鏈路速度(路由器速度測試)
我發現這裏的東西Get link speed programmatically?但未能發現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);
我無法編譯你已經發布了'+(double)getRouterLinkSpeed'的Xcode代碼。 你能發表需要包含的標題嗎? – user3355123
#include #include –
suleymancalik
謝謝suleyman !!你是我的英雄!! – user3355123