commit | f303e9d11589e7e35cb6094b7292386a95eb9c7a | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Feb 13 14:28:00 2018 +0200 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Feb 17 09:11:29 2018 -0500 |
tree | 0873015d712f1f28c30972f59f94d0067a1d1904 | |
parent | 8e534f7bf4659dc1606097aff083b9964c781c18 [diff] |
samples: sockets: Add big_http_download sample This sample downloads a more or less big file (~6MB as preconfigured) over HTTP and checks its hash for integrity. It also repeat such a download indefinitely, counting total number of bytes transferred. This is thus a kind of traffic load testing sample. (Ported to C from MicroPython original). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>