nodemcu-uploader
nodemcu-uploader copied to clipboard
ability to get checksum of a file
Hello,
I am working on an init like process for NodeMCU (wait before start / cancel boot, start network services, logging routines, auto-compilation, etc). In order to easy the dev, I am looking for syncing files on my computer with files on NodeMCU. For that I want to get the list of files on the NodeMCU and theirs checksums. This in order to upload only new/changed files. I came here, and will soon test nodemcu-uploader which will certainly address my firs problem : uploading quick.
My request : could you please add a command line option in order to get checksum from a file ? Or better : list files with their size and checksums ? (of course I am waiting for the work of TerryE over checksums computation ;p).
Thanx !
Sounds as a very reasonable request. As soon as #40 is done.