A compilation of the two projects made for the computer networks' class at FEUP built in C.
The first project features a serial port application divided into an application layer and a data-link layer. Its README and report are found in the 'docs' file inside 'proj1'.
The second project revolves around configuring a private network of computers that can interact not only with each other but also with the Internet and building a download application that uses FTP protocol to download a remote file through one of the network's computers. Its report is found in the 'docs' file inside 'proj2'.