Introduction
Starting from Firmware 16.XX the beroNet Gateways and Cards have a single XML File for the functions:
- Backup
- Restore
- Provisioning
In older firmwares the backup constisted of a .tar.gz package of several configuration files. These files are still the same, but encoded into a simple XML file.
This method allows it to handle provsioning more easy, because a single request provides the whole gateway configuration.
File Format
The File is structured as follows:
<?xml version="1.0"?> <beroNetProvisioning> <!-- Created on 2016-09-16T02:43:00-06:00 --> <Config> <Update>yes</Update> <File> <Name>$FILENAME-1$</Name> <Contents> $FILECONTENT-1$ </Contents> </File> ... <File> <Name>$FILENAME-N$</Name> <Contents> $FILECONTENT-N$ </Contents> </File> </Config> </beroNetProvisioning>