C Project INSA 3AE
Find a file
2023-01-24 16:11:16 +01:00
header Boîte aux lettres fonctionnel même hors localhost. Ajout de nombreux commentaires dans puit.c. 2023-01-24 16:11:16 +01:00
src Boîte aux lettres fonctionnel même hors localhost. Ajout de nombreux commentaires dans puit.c. 2023-01-24 16:11:16 +01:00
LICENSE Initial commit 2023-01-10 20:53:15 +01:00
README.md création de multiples fonctions pour gérer les envois et les receptions. Affichage plus optimisé 2023-01-13 09:10:54 +01:00

tsock

Using C's standard UDP/TCP Library, send and receive data through the Internet. Pour compiler :

gcc -Wall src/*.c -o main