URDS Uploader Plugin for FM-DX-Webserver
This plugin provides automaticly and manual upload functions for the scanner plugin.
- Fixed a problem with the counting and display of PI codes and PS information.
- Download the last repository as a zip
- Unpack all files from the plugins folder to ..fm-dx-webserver-main\plugins\
- Stop or close the fm-dx-webserver
- Start/Restart the fm-dx-webserver with "npm run webserver" on node.js console, check the console informations
- Activate the URDS Uploader plugin in the settings
- Stop or close the fm-dx-webserver
- Start/Restart the fm-dx-webserver with "npm run webserver" on node.js console, check the console informations
- Configure your personal settings in the automatically created urds-upload.json (in the folder: ../fm-dx-webserver-main/plugins_configs)
- Stop or close the fm-dx-webserver
- Start/Restart the fm-dx-webserver with "npm run webserver" on node.js console, check the console informations
The following variables can be changed in the urds-upload.json:
URDSautoUpload: 'off', // Set Auto Upload after 0:00 UTC 'on' or 'off'
CombineFiles: 'on', // Combine all files before uploading / set it 'on' or 'off'/ default is 'on'
FMLIST_OM_ID: '', // Enter your OM ID here, for example: FMLIST_OM_ID: '1234', if no OMID is entered under FMLIST INTEGRATION on the web server
FMLIST_EMAIL: '', // Enter your EMAIL here, for example: FMLIST_EMAIL: 'xxx@xxx.com', if no email is entered under IDENTIFICATION & MAP on the web server or it is another email adress
ServerName: '', // Enter your RaspiID or another name for the server, if left blank the name will be taken from the web server
ServerDescription: '', // Enter a comment or description for the server, if left blank the name will be taken from the web server
PublicationMode: 'public', // Enter the publishing mode: 'public', 'owner' or 'restricted' (default: 'public')
OperatingMode: 'fixed' // Enter 'mobile' or 'fixed' for stationary operation
- To start the upload manually, press the URDS upload button. A short time later a toast message appears indicating whether the upload worked
- To enable/disable automatic upload, long press the URDS upload button. The automatic upload starts at 0:00 UTC with a random delay time (max. 120 minutes)
- The CSV log files originally created by the scanner plugin are saved under /web/logs/backup, all uploaded files are saved under /web/logs/sent after the upload
- Processing on the FMLIST server takes different amounts of time and only takes place if the OMID and email address match the FMLIST account details
If you have any questions, would like to report problems, or have suggestions for improvement, please feel free to contact me! You can reach me by email at highpoint2000@googlemail.com. I look forward to hearing from you!
History
- Fixed problem with special characters in web server name
- Correct version display of the scanner plugin in URSD log file
- Update display is now in the web server settings under Plugins
- Active display of the URDS button corrected
- Problem with repeated auto upload at night solved
- Design adjustments for web server version 1.3.5
- Added dbµV flag
- Bug fixing and code optimizations
- Column 30 is now added during upload
- backups are now saved in a separate directory
- URDS upload button is now visible on mobile devices
- Added option to merge files before uploading
- Plugin versions used are written to the log
- URDS upload button function swapped: long press toggles auto upload mode / short press starts manual upload
- Fixed problem with missing form-data module
- Counting PI codes and PS information revised
- Additional information about the system is added to the log file
- first edition

