I want to check the speed of a connected router (Wi-Fi modem) from an iOS application.
I found something here Get link speed programmatically? but could not find sockios.h and ethtool.h
Is it possible to port this code to Objective-C or is there another way?
-
Sorry for the missing information and my poor english.
I want to check the connection speed (tx rate) between an ios device and a connected Wi-Fi modem.
The CWInterface class had a txRate property. I want to get this data in Cocoa Touch.
@property(readonly) NSNumber *txRate NS_DEPRECATED_MAC(10_6, 10_7);
source share