开发者

QT Application --- WIFI connection [closed]

开发者 https://www.devze.com 2023-03-26 19:01 出处:网络
开发者_如何学C It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
开发者_如何学C It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

Does QT have any APIs for detecting wireless networks? If not, are there any other cross-platform means of detecting wireless networks?


Qt has no wifi support out of the box, wifi is too platform-specific. Use native API's for working with wifi.


QNetworkInterface is the closest class, AFAICT, but as Raiv says, Qt does not support Wifi-network detection.

You can build the GUI & controlling logic with Qt, but you must look elsewhere for a cross-platform wifi library (if any exist, otherwise you have to write your own for every platform you want to support).

0

精彩评论

暂无评论...
验证码 换一张
取 消