mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2026-07-05 11:05:45 +00:00
first add sdk
This commit is contained in:
commit
f91efd1250
3915 changed files with 1291882 additions and 0 deletions
13
component/common/example/amazon_awsiot/readme.txt
Executable file
13
component/common/example/amazon_awsiot/readme.txt
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
AMAZON AWS IOT EXAMPLE
|
||||
|
||||
Description:
|
||||
Connect to Amazon AWS IoT. It requires MQTT protocol over SSL session. The original MQTT library client handler does
|
||||
not support IP port for MQTT over SLL (8883). So we implement it without client handler. You need to undef MQTT_TASK
|
||||
to enable related configuration.
|
||||
|
||||
Configuration:
|
||||
Modify MQTT_BROKER_SERVER, THING_NAME, rootCABuff, certificateBuff, privateKeyBuff based on you account settings.
|
||||
|
||||
Execution:
|
||||
You need to connect to WiFi manually by AT command. After connected the mqtt connection will preceed.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue