nodemcu-uploader icon indicating copy to clipboard operation
nodemcu-uploader copied to clipboard

ability to get checksum of a file

Open ghusson2 opened this issue 9 years ago • 1 comments

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 !

ghusson2 avatar Feb 22 '16 00:02 ghusson2

Sounds as a very reasonable request. As soon as #40 is done.

kmpm avatar Feb 22 '16 07:02 kmpm