This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
NTW/hw1
Claudio Maggioni c6a7ebe8a3 hw1 done 2020-04-04 21:13:25 +02:00
..
Makefile hw1 done 2020-04-04 21:13:25 +02:00
readme.md hw1 done 2020-04-04 21:13:25 +02:00
server.cc hw1 done 2020-04-04 21:13:25 +02:00

readme.md

Insidious Proxy

Author: Claudio Maggioni

Sources and references used to write this program:

  • UniversalPizzoccheri (own work from high-school), used for code snippets on sockets
  • cppreference.com and man 3, for documentation (as usual)
  • micro_proxy, for general inspiration for the high level implementation and code snippets for DNS queries.

Dependemcies:

  • GraphicsMagick++ for imagemagick bindings in order to rotate the image. On macos, install with brew install graphicsmagick.

Building:

On MacOS, run make macos. Otherwise use simply make.