View forum topic
List of forum topicsSubject: support tcp or udp?
I want some function that it can send or recv message from other application by tcp or udp.
How to add the function?
There are functions for working with sockets.
Look at CreateInstall folder\cmds\libs\socket\socket.g
You can find the examples of the using in cmds\libs\http\http.g
If you want to include these files into your project then insert Source Code command with the checked External Source Code checkbox.
include {
$"$exepath$\cmds\libs\socket\socket.g"
}
After that, you can call those functions from other Source Code commands.
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.