add keepalive

This commit is contained in:
ton
2023-10-07 12:57:41 +07:00
parent a65cda46a3
commit 4ef3da41ab
6 changed files with 965 additions and 4 deletions

View File

@@ -0,0 +1,72 @@
module CommUtils
# request and respond cannot be exported because Genie confuse
export mqttClient, publish, request, respond, mqttRun
include("interface.jl")
using .interface
#------------------------------------------------------------------------------------------------100
end # commUtils