summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudipto Paul <sudipto.paul@arm.com>2018-08-31 15:53:38 +0100
committerArvind Chauhan <arvind.chauhan@arm.com>2018-09-06 06:09:32 +0100
commit4e7fca5fd3ddf2c2588cbe84a356ef2fc043f70a (patch)
tree7edb139775d6047994876c9410294a9ff577748b
parentd8422edfbc42a133dfb6d7c275f279b2717074d7 (diff)
add iot client application and helper libraries
Change-Id: I763f106afb68daf3378d6e98bc7c6dedfabf2b59 Signed-off-by: Sudipto Paul <sudipto.paul@arm.com>
-rw-r--r--a5ds.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/a5ds.xml b/a5ds.xml
index 7857fdf..23cb487 100644
--- a/a5ds.xml
+++ b/a5ds.xml
@@ -24,6 +24,13 @@
<!-- Fast Models scripts -->
<project path="run-scripts" name="landing-teams/working/arm/model-scripts" remote="linaro" revision="tinylinux_giot_demo"/>
+ <!-- IOT client -->
+ <project path="iot-client/jansson" name="akheron/jansson" remote="github" revision="master"/>
+ <project path="iot-client/libjwt" name="benmcollins/libjwt" remote="github" revision="master"/>
+ <project path="iot-client/openssl" name="openssl/openssl" remote="github" revision="master"/>
+ <project path="iot-client/mqtt" name="eclipse/paho.mqtt.c" remote="github" revision="master"/>
+ <project path="iot-client/mqtt_capp" name="GoogleCloudPlatform/cpp-docs-samples" remote="github" revision="master"/>
+
</manifest>