From 9a22c1bd7ee4a0346ff86125e9ffc8d5ed79071e Mon Sep 17 00:00:00 2001 From: tomoaki Date: Tue, 11 May 2021 12:28:04 +0900 Subject: [PATCH] Change a brokers host name Signed-off-by: tomoaki --- MQTTSNGateway/gateway.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MQTTSNGateway/gateway.conf b/MQTTSNGateway/gateway.conf index a321b56..e13c853 100644 --- a/MQTTSNGateway/gateway.conf +++ b/MQTTSNGateway/gateway.conf @@ -14,7 +14,7 @@ # config file of MQTT-SN Gateway # -BrokerName=mqtt.eclipse.org +BrokerName=mqtt.eclipseprojects.io BrokerPortNo=1883 BrokerSecurePortNo=8883