21.11.2018, 13:53
Hi there! Im new to the forum, maybe this is a redundant thread but I cant find it anywere in the forums... or the internet
I need to configure the MQTT library to be used with AWS so far i can connect to a broker without authentication or just with user and password...
the libs i downloaded from the admin post are here: Libs Files
And used this code to connect to my broker:
now i need to setup the LM to connect to AWS but i need to provide TLS security with all the files needed to it root, Private etc etc...
So... is this possible??
any help is very appreciated
Thanks in advance
-Juan
I need to configure the MQTT library to be used with AWS so far i can connect to a broker without authentication or just with user and password...
the libs i downloaded from the admin post are here: Libs Files
And used this code to connect to my broker:
Code:
broker = 'broker ip'
--client:login_set("","") as i dont have credentials to my broker test server
client:connect(broker,1883)
now i need to setup the LM to connect to AWS but i need to provide TLS security with all the files needed to it root, Private etc etc...
So... is this possible??
any help is very appreciated
Thanks in advance
-Juan