Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.31 KB

Overview

Chat provides a straightforward tcp chat communication cli in local host.

Dependencies

Linux operating system

Standard TCP/IP libraries (arpa/inet.h)

Installation

Clone the repository and install the executable using the following commands:

git clone https://github.com/x3ric/chat
cd chat
sudo make install

Usage

Once installed, you can run following command:

chat # start chat server or connect locally if already running

Network Configuration Options

Expand Chat's capabilities beyond the local host through various methods:

Port Forwarding

Configure port forwarding for the server's port. The server provides the exact command to connect via port forwarding.

Third-Party Server Proxy

Services like :

Haguichi: Manage Hamachi VPN connections on Linux.

Ngrok: Create secure tunnels to localhost for temporary access and testing.

ZeroTier: Easily manage virtual networks and establish secure connections.


Arch Linux