我是android网络的新手.现在我正在做一个与android网络相关的项目.在这个项目中,我想将6个IP摄像机集成到我的项目中,所有摄像机同时进行流动.这款IP摄像机是支持Wi-Fi的摄像机.问题在这里,我们如何将多个wifi设备连接到Android设备?只有我们可以一次连接单个Wi-Fi.但有一种方法是Wi-Fi直接或Hotspot.但IP摄像机如何识别和连接移动热点? 我在互联网上搜索了很多,但我找不到合适的解决方案.所以,如果你们中的任何一个人知道如何解决这个问题,请帮助我.
这是客户端提供的获取Wi-Fi扫描结果的cgi命令
get_wifi_scan_result.cgi
Description: Gets the camera results of search for wireless networks
Certification: administrator
Syntax: /get_wifi_scan_result.cgi
Returns:
ap_number : Refers to the search for how many SSID , The following variable groups, with the first group, for example:
ap_ssid[0]?ssid
ap_mode[0]?0->infra 1->adhoc
ap_security[0]?
0->WEP-NONE
1->WEP
2->WPA-PSK TKIP
3->WPA-PSK AES
4->WPA2-PSK TKIP
5->WPA2-PSK AES
ap_dbm0[0]:
ap_channel:
Run Code Online (Sandbox Code Playgroud)