nokia / AttestationEngine

An experimental (but fully functional) Remote Attestation Engine and Applications for TPM2.0 based systems (cloud, edge, IoT etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTT keepalive

iolivergithub opened this issue · comments

commented

Add keepalive to mqtt client sessions...cf: asmqttviewer

client = mqtt.Client()
client.on_connect = on_connect
client.on_message = on_message
client.connect(broker_url, broker_port,keepalive=60, bind_address="")

MIght replace the keepalive ping too?

commented

Done. Added keepalivethread option to /etc/a10.conf