This project is server side for an anomaly detector implemented in C++. this program learns flight statistics (csv file) and find the correlation between each pair of attributes and with a given data can detect anomalies. the program has a CLI and can handle a few clients by Threading and TCP communication.