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

Instant messenger with end-to-end encryption.

License

Notifications You must be signed in to change notification settings

conn-team/conn

Repository files navigation

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