-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Now that we have access to the meter via ftp, we can start developing some scripts to download the files to a local system.
There are a few things we want to make sure that the script handles
- It should only download new files that haven't been previously downloaded.
- It needs to be able to keep track of the dates/times from the meter for files that are downloaded.
- It should capture what meter the files came from, we might need to discuss how we label this for example do we have names for specific meters or do we need to use something else for this.
- It should capture md5sums/checksums for any files download so as they are copied around later we can verify the integrity of the files.
We need to determine if the files show up on the ftp if they are still being written to or only once they are complete and ready to be downloaded. We wouldn't want to download a partial event file. If we find out that a file can still be written to we may have to not download the "latest" set of even files and only capture up to the n-1 set of files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels