Skip to content

Commit

Permalink
updated link to svg files
Browse files Browse the repository at this point in the history
  • Loading branch information
F-L-X-S committed Oct 8, 2024
1 parent fa4a192 commit d5edd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ In every iteration, an information is processed and the rules of the next level,
Conversely, the format, the information has after applying the rules of the next level closer to "Layer-0" is called **representation**.<br>

### Classdiagram
<img src="https://github.com/F-L-X-S/BusBricks/raw/main/docs/classdiagram.svg" alt="classdiagram" style="width:1700px;">
<img src="https://raw.githubusercontent.com/F-L-X-S/BusBricks/fa4a1927d184c56d71477509aa5243d7c93def95/docs/classdiagram.svg" alt="classdiagram" style="width:1700px;">

### Stackprocessing
<img src="https://github.com/F-L-X-S/BusBricks/raw/main/docs/stackProcessing.svg" alt="stackProcessing" style="width:400px;">
<img src="https://raw.githubusercontent.com/F-L-X-S/BusBricks/fa4a1927d184c56d71477509aa5243d7c93def95/docs/stackProcessing.svg" alt="stackProcessing" style="width:400px;">

## Deriving a custom Service
To derive a Layer-7-service, that can be used in combination with the predefined Layer-2-communication-interfaces, you have to
Expand Down

0 comments on commit d5edd17

Please sign in to comment.