Go to file
2025-11-16 00:45:08 +05:00
.vscode implemented ServerPublicInfoResponse and ProgramMode::RandomBytes 2025-11-13 02:34:03 +05:00
dependencies request ServerPublicInfo in ServerConnection_open() 2025-11-15 15:26:00 +05:00
src added a lot of terminal control functions 2025-11-16 00:45:08 +05:00
.gitignore initial commit 2025-07-18 22:24:05 +03:00
.gitmodules initial commit 2025-07-18 22:24:05 +03:00
project.config update to cbuild 2.3.1 2025-11-12 23:52:36 +05:00
project.config.user.default update to cbuild 2.3.1 2025-11-12 23:52:36 +05:00
README.md request ServerPublicInfo in ServerConnection_open() 2025-11-15 15:26:00 +05:00
tcp-chat-server.config.default request ServerPublicInfo in ServerConnection_open() 2025-11-15 15:26:00 +05:00

tcp-chat

Build

  1. Clone the repository with submodules.
    git clone --recurse-submodules --depth 0 https://timerix.ddns.net/git/Timerix/tcp-chat.git
    
  2. Install cbuild.
  3. Build executable
    cd tcp-chat
    cbuild build_exec
    

Usage

Client:

cd bin
./tcp-chat

Server:

  1. cp tcp-chat-server.config.default bin/tcp-chat-server.config
    
  2. Edit config
  3. cd bin
    ./tcp-chat -l