User's Manual
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Basic Setup
- Chapter 3 Viewing Live Video
- Chapter 4 Advanced Viewing Setup
- Chapter 5 Web-based Management
- Introduction
- Connecting to Video Server
- Welcome Screen
- Administration Menu
- System Screen
- Network Screen
- Wireless Screen (Wireless Model Only)
- DDNS Screen
- IP Filter Screen
- I/O Port Screen
- RS485 Screen
- Streamings
- Video & Audio Screen
- Video Access Screen
- User Database Screen
- Motion Detection Screen
- Audio Detection Screen
- E-Mail Screen
- FTP Screen
- HTTP Screen
- SMB/CIFS Client Screen
- Event Trigger Screen
- Maintenance Screen
- Status Screen
- Log Screen
- Chapter 6 WindowsViewing/Recording Utility
- Chapter 7 Troubleshooting
- Appendix A Specifications
- Appendix B Network Camera HTTP CGI
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