FreeRTOS-Kernel/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator
Muneeb Ahmed ee588710dd
Improve connection sharing demo (#362)
* Add a daemon socket listener so that the process loop will only execute if data is available on the socket.

* Set process loop timeout to 0 so that other commands do not have to wait for a process loop that isn't doing anything.

* Add an additional publisher task to show multiple tasks publishing simultaneously.

* Clarify what is meant by "synchronous" and "asynchronous" publishes.

* Fix possible race condition in task notification waits.

* Move task notification wait loop to its own function.

* The prvMQTTConnect function was doing more than just connecting, so it was split into more functions.

* Minor name changes for clarity.

* Add macros for AWS IoT metrics
2020-10-23 15:32:04 -07:00
..
Common Relocate logging sources under FreeRTOS-Plus/Source/Logging (#354) 2020-10-20 20:31:54 -07:00
MQTT_Basic_TLS Add instructions for MQTT broker setup on Windows for coreMQTT demos (#360) 2020-10-22 19:06:19 -07:00
MQTT_Keep_Alive Add instructions for MQTT broker setup on Windows for coreMQTT demos (#360) 2020-10-22 19:06:19 -07:00
MQTT_Multitask Improve connection sharing demo (#362) 2020-10-23 15:32:04 -07:00
MQTT_Mutual_Auth Add instructions for MQTT broker setup on Windows for coreMQTT demos (#360) 2020-10-22 19:06:19 -07:00
MQTT_Plain_Text Add instructions for MQTT broker setup on Windows for coreMQTT demos (#360) 2020-10-22 19:06:19 -07:00
MQTT_Serializer Add instructions for MQTT broker setup on Windows for coreMQTT demos (#360) 2020-10-22 19:06:19 -07:00