我是android联网新手。现在,我正在做一个Android网络相关项目。在该项目中我想将6个IP摄像机集成到我的项目中,并且所有摄像机同时传输]。此IP摄像机是支持Wi-Fi的摄像机。问题出在这里,[如何将多个wifi设备连接到Android设备?仅一次只能连接一个Wi-Fi。但是一种方法是Wi-Fi Direct或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:
我是android联网新手。现在,我正在做一个与Android网络相关的项目。在这个项目中,我想将6个IP摄像机集成到我的项目中,并且所有摄像机同时传输。此IP ...
Android当前无法连接到多个Wi-Fi提供商。