content-type: text/plain\r\n
\r\n
signal_strength=100\r\n # Wireless signal, percentage, Integer type, the
value can be 1~100, 100 is the strongest.
\r\n
SMB/CIFS Server/SharedFolder commands
SMB/CIFS Server Survey
Method: GET
URL:
http://<ip>/adm/smb_survey.cgi[?parameter=value[¶meter=value...]]
Parameter Value
and
description
timeout
Optional, the timeout in seconds of the cgi, the cgi will stop survey
and return the result if timeout, valid values:
5-120, default is 30
action
Optional, this CGI will terminate survey action.
stop
Return:
The result will be returned in xml format as following, the content size depends on how many
servers in the network.
Successful request returns the result of Samba site survey as below, case sensitive.
HTTP/1.0 200 OK\r\n
…
Content-type: text/xml\r\n
...
\r\n
<?xml version="1.0" encoding="utf-8"?>\r\n
<List>\r\n
<WorkGroup>\r\n
<Name></Name>\r\n
<List>\r\n
<Server>\r\n
<Name></Name>\r\n
<Comment></Comment>\r\n
</Server>\r\n
...
</List>\r\n
</WorkGroup>\r\n
109