removed client code and executable, use ncat or similar program to communicate with the server

This commit is contained in:
Arthur-Coppey
2021-11-26 13:35:43 +01:00
parent c63415c134
commit fb4052dcff
9 changed files with 1 additions and 124 deletions
-12
View File
@@ -1,12 +0,0 @@
//
// Created by k0rb4k on 22/04/2021.
//
#include "client.h"
int main(int argc, char *argv[]) {
// TODO: arg options for tcp or udp
tcp();
return 0;
}