This simple set of scripts can be used to sync VLSM data across different VLSM instances or across other applications that support the specified XML format
- Download latest source code
- Copy it into existing vlsm folder
- Set up the Sync folder (dropbox or any other shared folder) and enter the path in VLSM Configuration
- Ensure that the shared folder has read/write access
- Set up scheduled jobs to do the export/import periodically
- To export requests : php /path/to/vlsm/vlsm-sync/export.php request
- To export results : php /path/to/vlsm/vlsm-sync/export.php result
- To import requests : php /path/to/vlsm/vlsm-sync/import.php request
- To impot requests : php /path/to/vlsm/vlsm-sync/import.php result
- Repo owner or admin