NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

Committer:
ccli8
Date:
Thu Sep 02 11:34:22 2021 +0800
Revision:
45:7d315fb1ba3e
Parent:
1:5ffad9f24d63
Fix MQTT client ID collision

If not assigned, generate unique MQTT client ID:
1. For non-TZ targets, use FMC/UID.
2. For TZ targets (NS), FMC/UID is inaccessible. Use random instead.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ccli8 1:5ffad9f24d63 1 # Use Python/Perl regexp
ccli8 1:5ffad9f24d63 2 syntax: regexp
ccli8 1:5ffad9f24d63 3
ccli8 1:5ffad9f24d63 4 ^\.mbed$
ccli8 1:5ffad9f24d63 5 \.build/
ccli8 1:5ffad9f24d63 6 BUILD/
ccli8 1:5ffad9f24d63 7 easy-connect/
ccli8 1:5ffad9f24d63 8 mbed-os/
ccli8 1:5ffad9f24d63 9 MQTT/