add keepalive
This commit is contained in:
72
previousVersion/0.0.2/src/CommUtils.jl
Normal file
72
previousVersion/0.0.2/src/CommUtils.jl
Normal 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
|
||||
Reference in New Issue
Block a user