-
Notifications
You must be signed in to change notification settings - Fork 0
/
anycloud-ce-manifest.xml
23 lines (23 loc) · 1.23 KB
/
anycloud-ce-manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<apps>
<app>
<name>AnyCloud MQTT Client</name>
<id>mtb-example-anycloud-mqtt-client</id>
<uri>https://github.com/cypresssemiconductorco/mtb-example-anycloud-mqtt-client</uri>
<description><![CDATA[
This code example demonstrates implementing an MQTT client using the MQTT client library for the family of Cypress connectivity devices. This library uses the AWS IoT Device SDK that includes an MQTT 3.1.1 client.
<br><br><b>License Disclaimer:</b><br><br>
This code example makes use of the lwIP open-source TCP/IP stack and the Mbed TLS open-source TLS/SSL library which has cryptographic capabilities. Creating a project from this template will cause lwIP and Mbed TLS to be downloaded on your computer. It is your responsibility to understand and accept the lwIP & Mbed TLS licenses and regional use restrictions (including abiding by all applicable export control laws).
]]></description>
<req_capabilities>psoc6 wifi led switch</req_capabilities>
<versions>
<version>
<num>Latest 1.X release</num>
<commit>latest-v1.X</commit>
</version>
<version>
<num>1.0.0 release</num>
<commit>release-v1.0.0</commit>
</version>
</versions>
</app>
</apps>