Mqtt client program in c -


i'm using dev c++ tool. i'm getting error undefined reference 'mqttclient_create'.

part of code of source file(.c)

mqttclient_create(&client, address, clientid,         mqttclient_persistence_none, null);     conn_opts.keepaliveinterval = 20;     conn_opts.cleansession = 1; 


Comments