Skip to content

feat: impliment http redirect server, benachmark client and write implimentation and conclusion chapter

Paul Braeuning requested to merge feat-http-redirect-poc-impl into main
  • add basic asp.net 8 server that redirects user based on IP address
  • server supports "debug" mode, where IP can be sent as a parameter and returns processing timings (/?ip=120.12.12.12 or /?ip=2003:c7:cf4f:c4fe:f92e:cdf8:2877:487f)
  • add vscode config to build, run and debug dotnet code
  • add build step for dotnet project in ci and push to private project docker repo
  • write implementation chapter
  • add tikz dependency to draw observation diagrams in implementation chapter
  • add python benchmark script for testing the deployed redirect server
Edited by Paul Braeuning

Merge request reports