From cf9b5963e1ca42350bd4fb06b84d834cb12dd5c8 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Wed, 14 Jun 2023 02:58:24 +0200 Subject: [PATCH] Init repo with an opportunistic readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4adf232 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +My bachelor thesis +======== + +Work in progress :-) + +This repository groups all the materials I created when writing the thesis. Apart from the thesis itself, it contains following projects: +- The main part of the thesis concerns an application for visualising OSPF topology, that is in the `birdvisu` submodule +- The `gennet` submodule is just a quickly hacked generator of an OSPF routed network to aid in working on birdvisu. + +While they are added as submodules, you do not need to clone them if you are only interested in the thesis.