Skip to content

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

License

Notifications You must be signed in to change notification settings

johncameronthomas/chatt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.