mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
changed adress from tcp so ssl
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <iostream>
|
||||
#include <mqtt/async_client.h>
|
||||
|
||||
const std::string ADDRESS("tcp://ishak.ishakpi.ddns.net:1883");
|
||||
const std::string ADDRESS("ssl://ishak.ishakpi.ddns.net:1883");
|
||||
const std::string CLIENT_ID("raspberry_pi_client");
|
||||
const std::string TOPIC("home/commands");
|
||||
|
||||
|
Reference in New Issue
Block a user