This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from HAW-RN/initial
Improve the output PDF & Meeting Notes
- Loading branch information
Showing
8 changed files
with
80 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Date: 31.03.2024 | ||
|
||
# Participants | ||
- Tom Hert | ||
- Daniil Khoma | ||
- Laurin Zacharias | ||
- Tom Westendorf | ||
- Eike Balling | ||
- Jeremy Reimers | ||
- Alexander Kelsch | ||
- Bastian Basler | ||
- Ruben Marin Grez | ||
- Tim Hagedorn | ||
- Michael German | ||
- Andrii Lysyi | ||
|
||
# Agenda | ||
|
||
- Showcase of the MVP of each team | ||
|
||
# Recap | ||
|
||
## Routing protocol | ||
|
||
- Showcase of routing protocol MVP | ||
- Do we need to specify the port | ||
- Answer: Yes, makes sense to specify the port | ||
- Move packet type to common header | ||
|
||
|
||
## Routed protocol | ||
|
||
- Showcase of routed protocol MVP | ||
- Max size, example, etc. | ||
- Move checksum to common header | ||
|
||
## Coding | ||
|
||
- We use JSON | ||
- What to do next [See org issues] | ||
- Have a basic common header ala: | ||
```json | ||
{ | ||
"type": "TYPE", | ||
"version": 1, | ||
"checksum": "HASH", | ||
"payload": { | ||
"ACTUAL_DATA": "ACTUAL_DATA", | ||
"MORE_DATA": "MORE_DATA", | ||
"EVEN_MORE_DATA": "EVEN_MORE_DATA", | ||
} | ||
} | ||
``` | ||
|
||
## Use Case | ||
|
||
- Showcase of use cases | ||
- Consider implementing a client-side "exit" packet | ||
- Makes sense, only works on graceful shutdown | ||
- Can be used to signal the end of a connection | ||
- Otherwise, the connection would be closed by the server | ||
|
||
|
||
## Organizational issues | ||
|
||
- Use Cases and Coding are both at the end of what they have to do [Maybe consolidate teams?] | ||
- Routed protocol also close to done | ||
- Showcase our work on monday | ||
- Ask Becke for how he would imagine tests for our project |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
## Purpose | ||
|
||
## General requirements | ||
## General requirements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
## Format | ||
|
||
## Example | ||
## Example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
|
||
## Procedure | ||
|
||
## Example | ||
## Example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
## Glossary | ||
|
||
## References | ||
## References |