Secure Extremum Selection main entry point. More...
#include "main.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Secure Extremum Selection main entry point.
Simulation for secure minimum and maximum selection as described in "Privacy Preserving Processing of Biomedical Signals with Application to Remote Healthcare Systems", Riccardo Lazzeretti, Ph.D Thesis in Information Engineering, University of Siena, 2012
Definition in file secure_extremum_selection/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 servers
Start the simulation
Definition at line 41 of file secure_extremum_selection/main.cpp.