[decentral_messaging] add images

This commit is contained in:
Martin/Geno 2018-12-18 22:43:56 +01:00
parent a8a8031bbe
commit fc7fde2afe
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
3 changed files with 68 additions and 8 deletions

View File

@ -25,23 +25,31 @@ outputs:
---
## Dezentralität
- **Peer-to-Peer**
Geräte tauschen direkt miteinander Nachrichten aus (ohne eine zentrale Componente)
- **Federation**
Kommunikation über verschieden unabhängige zentrale Komponenten
<img src="./img/federation.svg" style="border: none; background:transparent;" />
{{% note %}}
**Federation**
- E-Mail (ISP: benutzer@hoster.de)
- Telefonnummern (Addr: hat oftmals die ersten Ziffern für sich reserviert)
{{% /note %}}
---
## Dezentralität
- **Peer-to-Peer**
Geräte tauschen direkt miteinander Nachrichten aus (ohne eine zentrale Componente)
<img src="./img/p2p.svg" style="border: none; background:transparent;" />
{{% note %}}
**P2P**
- Postkasten, jeder kann zum Empfänger gehen und selbst etwas in den Kasten werfen.
(wenn es keine Post gibt)
**Federation**
- E-Mail (ISP: benutzer@hoster.de)
- Telefonnummern (Addr: hat oftmals die ersten Ziffern für sich reserviert)
{{% /note %}}
---

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="200" width="190">
<circle cx="62" cy="50" r="15" fill="white" />
<circle cx="20" cy="80" r="15" fill="white" />
<line x1="62" y1="50" x2="70" y2="100" stroke="white"/>
<line x1="20" y1="80" x2="70" y2="100" stroke="white"/>
<rect x="55" y="85" width="30" height="30" fill="white" />
<circle cx="125" cy="40" r="15" fill="white" />
<circle cx="175" cy="60" r="15" fill="white" />
<circle cx="175" cy="135" r="15" fill="white" />
<line x1="125" y1="40" x2="140" y2="100" stroke="white"/>
<line x1="175" y1="60" x2="140" y2="100" stroke="white"/>
<line x1="175" y1="135" x2="140" y2="100" stroke="white"/>
<rect x="125" y="85" width="30" height="30" fill="white" />
<circle cx="65" cy="185" r="15" fill="white" />
<circle cx="130" cy="185" r="15" fill="white" />
<line x1="65" y1="185" x2="100" y2="150" stroke="white"/>
<line x1="130" y1="185" x2="100" y2="150" stroke="white"/>
<rect x="85" y="135" width="30" height="30" fill="white" />
<line x1="70" y1="100" x2="140" y2="100" stroke="white"/>
<line x1="70" y1="100" x2="100" y2="150" stroke="white"/>
<line x1="100" y1="150" x2="140" y2="100" stroke="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="200" width="185">
<circle cx="62" cy="50" r="15" fill="white" />
<circle cx="125" cy="50" r="15" fill="white" />
<circle cx="25" cy="100" r="15" fill="white" />
<circle cx="62" cy="150" r="15" fill="white" />
<circle cx="125" cy="150" r="15" fill="white" />
<circle cx="162" cy="100" r="15" fill="white" />
<line x1="62" y1="50" x2="125" y2="50" stroke="white"/>
<line x1="62" y1="50" x2="25" y2="100" stroke="white"/>
<line x1="62" y1="50" x2="62" y2="150" stroke="white"/>
<line x1="62" y1="50" x2="125" y2="150" stroke="white"/>
<line x1="62" y1="50" x2="162" y2="100" stroke="white"/>
<line x1="125" y1="50" x2="162" y2="100" stroke="white"/>
<line x1="62" y1="150" x2="162" y2="100" stroke="white"/>
<line x1="25" y1="100" x2="162" y2="100" stroke="white"/>
<line x1="125" y1="150" x2="162" y2="100" stroke="white"/>
<line x1="62" y1="150" x2="125" y2="150" stroke="white"/>
<line x1="62" y1="150" x2="25" y2="100" stroke="white"/>
<line x1="62" y1="150" x2="125" y2="50" stroke="white"/>
<line x1="25" y1="100" x2="125" y2="50" stroke="white"/>
<line x1="25" y1="100" x2="125" y2="150" stroke="white"/>
<line x1="125" y1="50" x2="125" y2="150" stroke="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB