From 02aafc3a460ccd818e6cb85b5776942dfdd76e4c Mon Sep 17 00:00:00 2001 From: SarenaAWS <6563840+sarenameas@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:54:29 -0700 Subject: [PATCH] Delete all the guidance to use the public mosquitto broker. (#340) --- .../MQTT_Keep_Alive/demo_config.h | 6 ------ .../MQTT_Plain_Text/demo_config.h | 6 ------ .../MQTT_Serializer/demo_config.h | 6 ------ 3 files changed, 18 deletions(-) diff --git a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/demo_config.h b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/demo_config.h index 027ca8ad47..23b9be191c 100644 --- a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/demo_config.h +++ b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/demo_config.h @@ -98,12 +98,6 @@ * Virtual Private Network(VPN), connection to the Mosquitto broker may not * work. * - * As an alternative option, a publicly hosted Mosquitto broker can also be - * used as an MQTT broker end point. This can be done by updating the config - * democonfigMQTT_BROKER_ENDPOINT to "test.mosquitto.org". However, this is not - * recommended due the possible downtimes of the broker as indicated by the - * documentation in https://test.mosquitto.org/. - * * #define democonfigMQTT_BROKER_ENDPOINT "insert here." */ diff --git a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/demo_config.h b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/demo_config.h index 027ca8ad47..23b9be191c 100644 --- a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/demo_config.h +++ b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/demo_config.h @@ -98,12 +98,6 @@ * Virtual Private Network(VPN), connection to the Mosquitto broker may not * work. * - * As an alternative option, a publicly hosted Mosquitto broker can also be - * used as an MQTT broker end point. This can be done by updating the config - * democonfigMQTT_BROKER_ENDPOINT to "test.mosquitto.org". However, this is not - * recommended due the possible downtimes of the broker as indicated by the - * documentation in https://test.mosquitto.org/. - * * #define democonfigMQTT_BROKER_ENDPOINT "insert here." */ diff --git a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/demo_config.h b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/demo_config.h index c375618606..f6763222fa 100644 --- a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/demo_config.h +++ b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/demo_config.h @@ -98,12 +98,6 @@ * Virtual Private Network(VPN), connection to the Mosquitto broker may not * work. * - * As an alternative option, a publicly hosted Mosquitto broker can also be - * used as an MQTT broker end point. This can be done by updating the config - * democonfigMQTT_BROKER_ENDPOINT to "test.mosquitto.org". However, this is not - * recommended due the possible downtimes of the broker as indicated by the - * documentation in https://test.mosquitto.org/. - * * #define democonfigMQTT_BROKER_ENDPOINT "insert here." */