RaspberrPi project source code
guowenxue
3 days ago 4bb23da006f050c6014156c9aab675f37dda906a
project/thingsboard/config.h
File was renamed from project/mosquitto/conf.h
@@ -2,7 +2,7 @@
 *      Copyright:  (C) 2019 LingYun IoT System Studio
 *                  All rights reserved.
 *
 *       Filename:  conf.h
 *       Filename:  config.h
 *    Description:  This file is mqttd configure file parser function
 *                 
 *        Version:  1.0.0(2019年06月25日)
@@ -52,6 +52,7 @@
    int           port;       /* MQTT broker listen port  */
    char          uid[64];    /* username */
    char          pwd[64];    /* password */
    char          token[64];  /* token */
    int           keepalive;  /* MQTT broker send PING message to subsciber/publisher keepalive timeout<seconds> */
    /* Publisher settings */