Go to file
2025-11-21 13:21:47 +05:00
.vscode implemented Login and Register requests 2025-11-18 23:07:31 +05:00
dependencies fixed small bugs 2025-11-21 13:20:59 +05:00
include/tcp-chat implemented Login and Register requests 2025-11-18 23:07:31 +05:00
src fixed AESBlockDecryptor bug 2025-11-21 13:21:47 +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 created directory ./include/ 2025-11-18 14:37:01 +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