FreeRTOS-Kernel/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator
Oscar Michael Abrina 5a8f03b633
Update the MQTT keep-alive demo to use a mocked timer-query function (#369)
Because we would like to show an example of how the coreMQTT library is used without an actual timer query function, the keep-alive demo is updated to used a mocked function that always returns 0. As such, MQTT_ReceiveLoop must be passed a timeout of 0 so that it runs for exactly 1 iteration. Therefore, MQTT_ReceiveLoop is called repeatedly until an acknowledgement packet from the broker is received or the maximum iterations are reached.
2020-10-30 18:16:36 -07:00
..
Common Relocate logging sources under FreeRTOS-Plus/Source/Logging (#354) 2020-10-20 20:31:54 -07:00
MQTT_Basic_TLS Update path to transport_interface.h from the coreMQTT submodule (#368) 2020-10-29 10:22:15 -07:00
MQTT_Keep_Alive Update the MQTT keep-alive demo to use a mocked timer-query function (#369) 2020-10-30 18:16:36 -07:00
MQTT_Multitask Update path to transport_interface.h from the coreMQTT submodule (#368) 2020-10-29 10:22:15 -07:00
MQTT_Mutual_Auth Update path to transport_interface.h from the coreMQTT submodule (#368) 2020-10-29 10:22:15 -07:00
MQTT_Plain_Text Update path to transport_interface.h from the coreMQTT submodule (#368) 2020-10-29 10:22:15 -07:00
MQTT_Serializer Update path to transport_interface.h from the coreMQTT submodule (#368) 2020-10-29 10:22:15 -07:00