fix(pubsub): Switching the MQTT library to upstream.

(cherry picked from commit acaa87d1c7)
This commit is contained in:
Noel Graf 2022-04-21 12:56:39 +02:00 committed by Julius Pfrommer
parent ff0931412d
commit 3ea73d0438

View File

@ -40,13 +40,16 @@
* options is provided, the system's default certificate location will be used.
*/
#include "open62541/server.h"
#include "open62541/server_config_default.h"
#include <open62541/plugin/log_stdout.h>
#include <open62541/server.h>
#include <open62541/server_config_default.h>
#include "ua_pubsub.h"
#include "ua_network_pubsub_mqtt.h"
#include "open62541/plugin/log_stdout.h"
#include <signal.h>
#include <open62541/plugin/pubsub_mqtt.h>
#define CONNECTION_NAME "MQTT Publisher Connection"
#define TRANSPORT_PROFILE_URI "http://opcfoundation.org/UA-Profile/Transport/pubsub-mqtt"
#define MQTT_CLIENT_ID "TESTCLIENTPUBSUBMQTT"