mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 01:37:45 -04:00
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:
parent
c280f26c1b
commit
1f47a22b23
7 changed files with 395 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Subproject commit 541402274fc6bf52f35e14f39c0c1dd2f9205ad3
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue