Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sdk:mqtt_advanced_status [2018/08/08 14:04]
preisig
sdk:mqtt_advanced_status [2018/09/11 14:50]
juraschek [Send Router Status Informations to an MQTT Broker - Advanced Version]
Line 1: Line 1:
 ====== Send Router Status Informations to an MQTT Broker - Advanced Version ====== ====== Send Router Status Informations to an MQTT Broker - Advanced Version ======
 +Please use the Image [[http://​share.netmodule.com/​public/​system-software/​testing/​4.1/​4.1.2.1/​|4.1.2.1]] to have the mqtt function in our SDK. 
 ===== Script Summary ​ ===== ===== Script Summary ​ =====
  
Line 57: Line 57:
  }  }
  }  }
 + /* The publish function to publish a message */
  int publish(string msg){  int publish(string msg){
  this.MESSAGE = msg;  this.MESSAGE = msg;