Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试找到 API 以获取不同连接(如 GPS、GPRS、3G、4G 和 wifi)的数据传输速率。我在可达性中搜索,但找不到任何东西。我是不是看错地方了?请帮助我..提前谢谢。
维什。
没有用于此的(公共)API。您可以做的最好的事情是在服务器上设置一个简单的基于 UDP 的回显服务,并通过平均数据包的周转时间来测量实际连接的速度。当然,这会告诉您与特定服务器的连接速度,而不是您设备的连接,但总比没有好。