If you are asking a question, please follow this template:
-
My goal is: I have to send multiple files (about 100) content (for a total of about 2 MB or more) via HTTP to a remote broker.
Since ESP-32 has limited RAM I can’t read all files and put in a buffer before publish it.
Is there any way to perform a “chuncked/segmented” publishing with esp-http library? -
My actions are: I refer http client library and search for some methods but not getting anything.
-
My expectation & question is:It is very helpful for me if anyone suggest to find solution for this.