update version

This commit is contained in:
2023-05-30 09:05:23 +07:00
parent 8f9b2dca1d
commit ddb58d2fbd
37 changed files with 6805 additions and 111 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)