FreeRTOS:
HTTPS Client
HTTPS Client v1.0.0 library
|
Return to main page ↑ |
The HTTPS Client demos demonstrates usage of the HTTPS Client library.
These demos show downloading a file from S3 and uploading a file to S3 using a pre-signed URL using the FreeRTOS HTTP Client library. The HTTPS Client library is a generic HTTP/1.1 client library that be used to download files from other web servers as well.
See Download Demo Usage Instructions for information on how to get the download demo up and running. See Upload Demo Usage Instructions for information on how to get the upload demo up and running.
The main HTTPS Client demo files contain platform-independent code. See Building the demo applications for instructions on building the HTTPS Client demo.
Synchronously download a file from an S3 bucket using a pre-signed URL.
This demo will use IotHttpsClient_SendSync to download the file specified in the S3 bucket.
Asynchronously download a file from an S3 bucket using a pre-signed URL.
This demo will use IotHttpsClient_SendAsync to download the file specified in the S3 bucket.
Synchronously upload a file to an S3 bucket using a pre-signed URL.
This demo will use IotHttpsClient_SendSync to upload a file to S3 bucket.
Asynchronously upload a file to an S3 bucket using a pre-signed URL.
This demo will use IotHttpsClient_SendAsync to upload a file to the S3 bucket.
See Demo Configuration for configuration settings that change the behavior of the demo.