Skip to content

BaBa0525/simple-dns-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple DNS Server

It's an assignment from course Network Programming. Build a simple DNS server according to RFC 1034 and 1035.

Build

Move into the directory where CMakeLists.txt locates

cd simple_dns_server

Generate Makefile

Notes: Make sure spdlog is available in the environment, or modify CMakeLists.txt for your own environment.

# make sure build files are contained within it
mkdir build && cd build
cmake ..

Build executable

make

Tools

CMake

For building spdlog, which is a lightweight logging libraray for C++.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors