Upload/Download configuration
Download configuration content
Method: GET
URL:
Return:
HTTP/1.0 200 OK \r\n
…
content-type: application/configuration\r\n
\r\n
<configuration content encoded in Base64 format>
All data in the configuration are encoded in a Base64 format. Please refer to the chapter “
Error!
Reference source not found.
”.
There is the hidden check sum data inside the configuration content to validate the data,
Because we use the dword-aligned checksum algorithm, so we will ignore the last data
misaligned by dword.
Upload configuration content
Method: POST
URL:
Message body:
…
<boundary=...>
<configuration content encoded in Base64 fvormat>
All data in the configuration are encoded in a Base64 format. Please refer to the chapter “
Error!
Reference source not found.
”.
Network Camera will be automatically rebooted after received and loaded the configuration
content.
Return:
HTTP/1.0 200 OK \r\n
…
content-type: text/plain\r\n
\r\n
OK\r\n
Extension to the configuration format
The configuration contents are shown as following:
Items
Data length
(Bytes)
Description
Configuration file
Variable
The general/original configuration file
99