Work on server and client connectivity

This commit is contained in:
Michael Mikovsky
2025-06-06 19:20:49 -06:00
parent 92c9f08a5c
commit fda5e9ea02
28 changed files with 728 additions and 251 deletions
-1
View File
@@ -2,5 +2,4 @@ export struct UITcpListener {
enabled: bool,
name: string,
remote_host: string,
port: int,
}