Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.22 KB

Conn Build Status

Student project

Another instant messenger with end-to-end encryption.

Screenshot

Requirements

  • Oracle Java 8-10
  • OpenJDK with OpenJFX has not been tested
  • Server requires PostgreSQL database

Compiling

./generate-protos.sh    # Generate protobuf classes
mvn clean install       # Compile everything

Basic usage

./generate-ssl-keys.sh  # Generate keystore for testing
./start-server.sh       # Run server, you need to configure database access
./start-client.sh       # Run client with localhost as target server

Legal