start version 0.0.6

This commit is contained in:
2023-06-20 10:15:47 +07:00
parent 57efefc8e3
commit 90446210ac
63 changed files with 4404 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
src_folder = "C:\\myWork\\my_projects\\AI\\NLP\\my_NLP\\Ironpen_ai\\src"
include("$src_folder/Utils.jl")
using .Utils
pub = "ch1"
sub = "ch2"
function p(x)
println("function called")
return x + 1
end
service_server("192.168.0.10", pub, sub, "testserver", p)