comment here

This commit is contained in:
2023-03-16 11:42:56 +07:00
commit 2c788143de
5 changed files with 990 additions and 0 deletions
+72
View File
@@ -0,0 +1,72 @@
module CommUtils
# request and respond cannot be exported because Genie confuse
export mqttClient, publish, request, respond
include("interface.jl")
using .interface
#------------------------------------------------------------------------------------------------100
end # commUtils