Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 386 Bytes

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.