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.
我正在编写代码以从 LTE 调制解调器登录页面获取一些数据,以便在我的项目中进一步使用它。我曾尝试在 C++ 中使用 libcurl。但是调制解调器需要登录网页,我想获取 RSRP、SINR、调制解调器状态、连接状态等的值。
这是登录后出现的调制解调器的网页。
有人可以建议怎么做吗?非常感谢您的帮助!