gaplopes / DNS-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS-Server

This is a simple DNS server written in C using mechanisms of processes management, threads and sockets to communicate between processes.

The project is a part of the course "Operating Systems" at the University of Coimbra for the 2015/2016 academic year for the Informatics Engineering degree.

Note: The project statement is in Portuguese and can be found in the pdf file "Project Statement.pdf".

Usage

To compile the project, run the following command:

make

To run the server, run the following command:

./dnsserver <port>

About

License:MIT License


Languages

Language:C 98.2%Language:Shell 1.0%Language:Makefile 0.8%