https://github.com/pojntfx/uni-netpractice-notes
Notes for the Praktikum Rechnernetze (networking practice) course at HdM Stuttgart.
https://github.com/pojntfx/uni-netpractice-notes
ethernet hdm-stuttgart ipv6 netsec networking tcpip
Last synced: 10 months ago
JSON representation
Notes for the Praktikum Rechnernetze (networking practice) course at HdM Stuttgart.
- Host: GitHub
- URL: https://github.com/pojntfx/uni-netpractice-notes
- Owner: pojntfx
- License: agpl-3.0
- Archived: true
- Created: 2021-10-19T19:24:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T23:01:18.000Z (about 3 years ago)
- Last Synced: 2025-03-30T19:45:49.414Z (about 1 year ago)
- Topics: ethernet, hdm-stuttgart, ipv6, netsec, networking, tcpip
- Homepage: https://pojntfx.github.io/uni-netpractice-notes/
- Size: 221 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Uni Network Practice Notes
Notes for the Praktikum Rechnernetze (networking practice) course at HdM Stuttgart.
[](https://github.com/pojntfx/uni-netpractice-notes/actions/workflows/deliverance.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/uni-netpractice-notes/), [download them from GitHub releases](https://github.com/pojntfx/uni-netpractice-notes/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/uni-netpractice-notes).
## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build and open a note locally, run the following:
```shell
$ git clone https://github.com/pojntfx/uni-netpractice-notes.git
$ cd uni-netpractice-notes
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets
```
The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.
## License
Uni Network Practice Notes (c) 2021 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0