We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to connect using tls socket, websocket (ws://) or secure websocket (wss://) ?
The text was updated successfully, but these errors were encountered:
It seems possible : eclipse-paho/paho.mqtt.c#415 I have to modify a little bit the C++ code in order to select the protocol :
GDPaho/src/GDPaho.cpp
Line 117 in 9c4118c
Sorry, something went wrong.
New version : 21a30f4 Not tested on WS, now the URI is more flexible New MQTTClient fields :
The URI is now composed like this %PROTOCOL%://%BROKER ADDRESS%:%PORT%/%END%
About TLS it is possible but I have to deep dive in order to know how to use the certificat, today it is possible to use User/Password
No branches or pull requests
how to connect using tls socket, websocket (ws://) or secure websocket (wss://) ?
The text was updated successfully, but these errors were encountered: