First attempt at using HiveMq.
I’m following along in the Industry40tv tutorial, I have my account set up, but I am stumped at how to fill in the blanks. I don’t know where to find this information. Any help would be appreciated.
client= MQTTClient(client_id=b"badflash",
server=b"Where do I find this?",
port=8883,
user=b"Where do I find this?",
password=b"Where do I find this?",
keepalive=7200,
ssl=True,
ssl_params={'server_hostname':'Where do I find this?'}
)