Questions tagged [pahocpp]
19 questions
0
votes
1 answer
How to use the paho mqtt library with a C++ ros node
I just spend some time trying to figure out how to use the Paho Mqtt library in a C++ Rosnode and write this in case anybody has the same problem.

user2505961
- 148
- 10
0
votes
1 answer
How to implement OCPP protocol with SOAP in php?
I need to integrate the OCPP connection with SOAP in php. I found a lot of examples with OCPP & JSON, but nothing with OCPP & SOAP. Can anyone please share few examples if possible? Thanks!

Avz Vicky
- 11
- 9
0
votes
0 answers
Linking Error with boost::make_shared and paho.mqtt.cpp
For an project I want to use the nice paho.mqtt.cpp SDK and have to use it with the old msvc10. The paho.mqtt.cpp uses c+11 extensions massively so I had to modify a lot of source code to get it working with the msvc10 compiler. Must of the stuff…

spiesra
- 1
- 1
0
votes
1 answer
Paho CPP - compile as a static executable
Is it possible to compile Paho CPP as a static executable? If so - how?
Here is an example of the compilation statement for one of the examples:
g++ -DOPENSSL -I.. -I/usr/local/include -D_NDEBUG -Wall -std=c++11 -O2 -o data_publish data_publish.cpp…

Robben_Ford_Fan_boy
- 8,494
- 11
- 64
- 85