mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-03-23 11:04:50 +00:00
add example
This commit is contained in:
parent
0cd01e4dc1
commit
5cd34b0c9f
75 changed files with 6023 additions and 217 deletions
15
RTL00_SDKV35a/component/common/example/httpc/readme.txt
Normal file
15
RTL00_SDKV35a/component/common/example/httpc/readme.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
HTTPC EXAMPLE
|
||||
|
||||
Description:
|
||||
Based on HTTPC API, an HTTP/HTTPS client example to access httpbin.org for test are provided
|
||||
|
||||
Configuration:
|
||||
[platform_opts.h]
|
||||
#define CONFIG_EXAMPLE_HTTPC 1
|
||||
|
||||
Execution:
|
||||
Can make automatical Wi-Fi connection when booting by using wlan fast connect example.
|
||||
A httpc example thread is started automatically when booting.
|
||||
GET to http://httpbin.org/get and POST to http://httpbin.org/post will be verified.
|
||||
Both HTTP and HTTPS are supported by this exmaple, and can be changed by modifying USE_HTTPS.
|
||||
Should link PolarSSL bignum.c to SRAM to speed up SSL handshake for HTTPS client.
|
||||
Loading…
Add table
Add a link
Reference in a new issue