/chatt-server

CHATT (Compact Helpful Asynchronous Text Transmission) Server. Utilizes asymmetric RSA encryption for private and secure communication.

Primary LanguagePythonMIT LicenseMIT

chatt-server

Description

CHATT (Compact Helpful Asynchronous Text Transmission) Server. Utilizes asymmetric RSA encryption for private and secure communication.

Getting Started

  1. Run apt install python3.11 python3.11-venv to install required packages.
  2. Run bash setup.sh to initialize the development environment.
  3. Run bash make.sh to compile from source.