Questions tagged [libmosquitto]

MQTT client library maintained by Eclipse IoT project. It is written in C language.

Read Eclipse Mosquitto project overview. This MQTT client library is developed as part of Eclipse IoT mosquitto project. The client header file mainly used is mosquitto.h(1)

  1. This library also has bindings in languages like C++(mosquittopp) and Python. Those bindings are also covered under this tag.
  2. This library is different from the client library provided by Eclipse Paho project and so queries related to Paho client and it's bindings( e.g. mqttpp ) should not use this tag.
77 questions
0
votes
1 answer

Need help resolving AccessViolationException with C#/C interop

I need some help fixing a persistent AccessViolationException. Given a c signature like this struct message { char *topic; void *payload; int payloadlen; }; __declspec(dllexport) void callback_set(struct data *dat, void…
AlexanderBrevig
  • 1,967
  • 12
  • 17
-1
votes
1 answer

Can't make mosquitto-auth-plug

Not sure if you can read the picture.... /bin/ld: cannot find -lmosquitto is the error. I'm using centos 7 mosquitto-auth-plug config file has been updated with mosquitto src and openssl install directory and they are correct. My previous error was…
Mark
  • 503
  • 6
  • 20
1 2 3 4 5
6