Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 607 Bytes

75.42 - Taller de Programación - FIUBA

C++, C, Sockets, RAII, Threads, Polymorphism, blocking queues, Round-Robin, Frame of reference, etc.

TP1

Sudoku. Use of sockets and client-server communication in C through a protocol.

TP2

Frame of reference compressor. Use of threads to compress a file using blocking queues and round-robin writing.

TP3

Honeypot FTP. Simulated server of directories. Uses sockets and threads for multi-client communication.

TP4

Micromachines styled game. With online multiplayer in SDL. Hosted on https://github.com/fedeboco/micromachines.