Commit Briefs

b874085a96 witcher

add README.md (master, tags/v1.0.0)


abf527cc99 witcher

remove wireshark figure


8431b08998 witcher

title should describe the improvement made


e63ac37bfd witcher

use section names for improvements to be clear


0e59415cf3 witcher

avoid using "best", rather "very good"


ffb77bf45f witcher

more detailed parameters for throughputs


bbcae4b5c2 witcher

mention what the throughput is still at


42adc30772 witcher

add arrow for conclusion


96b06ff6e3 witcher

mention 1 sym = 1 bit


23fbba4489 witcher

client waits for ack, not server


Branches

Tags

Tree

.build.ymlcommits | blame
.editorconfigcommits | blame
.gitignorecommits | blame
Makefilecommits | blame
README.mdcommits | blame
figures/
flake.lockcommits | blame
flake.nixcommits | blame
src/

README.md

<!--
SPDX-FileCopyrightText: 2023 Thomas Böhler <thomas.boehler@wiredspace.de>

SPDX-License-Identifier: CC0-1.0
-->

# bachelor-thesis-presentation

This is the source to my bachelor thesis presentation.

## Building

You will need:

- `make`
- `latexmk`
- `lualatex`

A call to `make` will build the PDF using `latexmk` and `lualatex` and write it
to `.build/presentation.pdf`.

The PDF can be rebuilt on changes with `make watch`.

### Nix

You may also use Nix to build the thesis:

```
nix build
```

The resulting PDF can be found in `./result/presentation.pdf`.

## Resources

Send patches and questions to
[~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).