/PRIME-Server

This is part of a Student Project at the University of Basel

Primary LanguageC++

PRIME (PRIvate MEssages) Server

This Project is a practical approach to exchange messages based on the idea of PIR (http://web.cs.ucla.edu/~rafail/PUBLIC/34.html). This repository contains the Server (Master/Slave) part of the project, the client part is available here.

It is a project which is done at the University of Basel by Sein Coray and Christian Frei.

Build

To build this project you need Qt. Just open the .pro file and build it if you are using the Qt Designer.

Qt Requirements:

apt-get install qtdeclarative5-dev qt5-qmake

On command line run qmake PRIME-Server.pro and then just make and the binary should be built.