Efried
Active Member
Running out of 8 URIs for notification, I noticed that is a possibility using the same server sided script and also WEBSET URI for sending five variables 0-999. Depending on the lenght of the GET string (compiled variables), the script could process difefrently. The only problem could be sequencing probems caused by upload time differences, if the second string arrives earlier than the first at the server. So starting with the last sequence could make sense, otherwise some measurements could be attributed to the wrong timestamp if using the same file for server side storing. Two files using timestamps each could solve the problem.