Files
ambz-sdk/lib/amb1_sdk/common/example/http_client
2024-12-15 00:34:01 +06:00
..
2024-12-15 00:34:01 +06:00
2024-12-15 00:34:01 +06:00
2024-12-15 00:34:01 +06:00

HTTP CLIENT EXAMPLE

Description:
Http client send request to get server response.

Configuration:
Change HOST_NAME and HOST_PORT to user define.
[platform_opts.h]
	#define CONFIG_EXAMPLE_HTTP_CLIENT 1

Execution:
Call http_client() to send http request.