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

Popular posts from this blog

python - Healpy: From Data to Healpix map -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -