Secure Recommendations main entry point. More...
#include "main.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Secure Recommendations main entry point.
Simulation for "Privacy-Preserving Recommender Systems in eHealth Systems", Arjan Jeckmans, Pieter Hartel, Michael Beye, Zekeriya Erkin, Mihai Todor, Inald Lagendijk, Jeroen Doumen, Tanya Ignatenko, 2013.
Definition in file secure_recommendations/main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Application entry point.
Usage: Accepts one optional parameter: the full path to the configuration file. Otherwise, it tries to find "config.xml" in the current directory.
argc | number of command line arguments |
argv | array containing the command line arguments |
Initialize the hub and the server
Make the hub and the server aware of each other
Initialize the server!!!
Start the analysis
Definition at line 41 of file secure_recommendations/main.cpp.