From a7b929f8bf6250eb9530bcff4d60991b8ed25f2e Mon Sep 17 00:00:00 2001 From: acki Date: Sat, 31 Aug 2024 22:38:02 -0400 Subject: [PATCH] Change TCP Client to the CPP Lib --- Writerside/topics/Code.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Writerside/topics/Code.md b/Writerside/topics/Code.md index a5229fe..39e73d7 100644 --- a/Writerside/topics/Code.md +++ b/Writerside/topics/Code.md @@ -16,12 +16,12 @@ crontab -e ``` {collapsible="true"} - -Installation du client TCP, il sert à recevoir et à envoyer les paquets TCP pour l'interconnexion entre les différents programmes de Serge + +Installation des bibliothèque Modelec C++, elle sert à simplifier la programmation des différents programmes de Serge. ```BASH -git clone https://github.com/modelec/TCPSocketClient.git -cd TCPSocketClient/ +git clone https://github.com/modelec/cpp-lib.git +cd cpp-lib/ mkdir build && cd build cmake .. sudo make install