Add MQTT Agent submodule (#551)

* Add MQTT Agent submodule

* Add MQTT agent platform files

Co-authored-by: abhidixi11 <44424462+abhidixi11@users.noreply.github.com>
Co-authored-by: Joseph Julicher <jjulicher@mac.com>
This commit is contained in:
Muneeb Ahmed 2021-04-09 11:17:06 -07:00 committed by GitHub
parent c280f26c1b
commit 1f47a22b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 395 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 541402274fc6bf52f35e14f39c0c1dd2f9205ad3

View file

@ -9,6 +9,9 @@ Directories:
+ coreMQTT contains the implementation of the coreMQTT library. See:
https://www.freertos.org/mqtt
+ coreMQTT-Agent contains the implementation of the coreMQTT Agent library. See:
https://www.freertos.org/mqtt/mqtt-agent-demo
+ network_transport contains the transport interface definition. See the
comment above and https://www.freertos.org/network-interface.html