No description
Find a file
2024-03-01 17:15:29 +01:00
README.md doc: zip archive generation 2024-03-01 16:02:03 +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

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
  • tsock-v3
  • tsock-v4