commit cf9b5963e1ca42350bd4fb06b84d834cb12dd5c8 Author: Pavel 'LEdoian' Turinsky Date: Wed Jun 14 02:58:24 2023 +0200 Init repo with an opportunistic readme 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.