No description
Find a file
2024-03-07 12:12:34 +01:00
LACAU-Clement-Pseudos_codes.pdf (version 4): multiple connexion and correct infos display 2024-03-07 11:04:17 +01:00
README.md doc: update roadmap 2024-03-01 18:25:05 +01:00
sujet-TP-AIPS-3MIC.pdf First files upload 2024-02-29 18:44:49 +01:00
TP-AIPS-2024-ALNET-Paul-preparation-v1-v4.md feat(prepa): add pseudo-code for v1-v4 2024-03-01 15:36:37 +01:00
tsock_compliquev1.c wip(v3): message index formatting 2024-03-01 17:15:29 +01:00
tsock_v0.c First files upload 2024-02-29 18:44:49 +01:00
tsock_v1.c feat(v1): send abcd 2024-03-01 16:40:23 +01:00
tsock_v2.c feat(v2): la v2 2024-03-01 17:53:29 +01:00
tsock_v3.c (version v3): options n + l working and beautiful display of infos 2024-03-07 01:27:22 +01:00
tsock_v4.c Version 4 functional 2024-03-07 12:12:34 +01:00
tsock_v4_before_inversion.c Version 4 functional 2024-03-07 12:12:34 +01:00

TP_AIPS

  • Groupe : 3IR C 2023-2024
  • Étudiants :
    • LACAU Clement
    • ALNET Paul

Building

Compile version X :

gcc -Wall -Wpedantic t_sockvX.c -o t_sockvX

Generate zip archive (replace TP1 with relevant indication) :

zip LACAU-ALNET-TP1.zip tsock_v*.c README.md

Running

TODO help output

Roadmap

  • tsock-v1
  • tsock-v2
  • [WIP] tsock-v3
  • tsock-v4