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
7 changed files with 395 additions and 0 deletions

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