This project demonstrates the use of pthread FIFOs and pipes to send and receive strings in between proccesses.
These programs incorporates the use of FIFOs in order to demonstrate sending and receiving pre-defined translations of words send from one process (ran in Translator) back to the client proccess (Student).
Is similar to the two programs above, but it is one program that incorporates pthread pipes to send and receive strings from one process to the other.
Others files within the repository are the instructions file, a Bash compilation script and the compiled programs themselves.
Made by Daniel and Ali, shared for educational purposes.