记录SimFAS MQTT编程代码:

mqtt=import("system.mqtt");
mqtt.connect("iot.eclipse.org",1883);
erro=mqtt.publish("iot.channel.demo","hello MQTT");
mqtt.disconnect();


粤ICP备18091896号