add presi

This commit is contained in:
MuedeHydra 2026-04-24 17:44:42 +02:00
parent 2e956c684e
commit b81e57cffe
7 changed files with 76 additions and 0 deletions

76
MOBKOM_Daten_mit_4G.typ Normal file
View File

@ -0,0 +1,76 @@
#set text(font: "Libertinus Serif", size: 12pt, lang: "de", hyphenate: true) // Silbentrennung
#set par(justify: true) // Blocksatz
#import "@preview/touying:0.6.1": *
#import themes.metropolis: *
#import "@preview/cetz:0.4.1"
#show: metropolis-theme.with(
aspect-ratio: "16-9",
config-info(
title: [Daten mit 4G],
subtitle: [Mobile Kommunikationsnetze],
author: [NOAH BALSIGER, THOMAS ZWICKER],
date: datetime.today(),
// institution: [FHGR],
// logo: image("img/logo.png", width: 2em),
),
)
#title-slide()
#components.adaptive-columns(outline())
== Was ist M2M?
#cetz.canvas({
import cetz.draw: *
content((9, 4.5), [Automatische Bestellung])
content((0, 0), image("img/m2m_selecta.jpg"))
content((15, 0), image("img/m2m_logistik.jpg", width: 12cm))
content((8, -5), image("img/m2m_lkw.png", width: 5cm))
line((4, 3), (10, 3), mark: (end: ">"), fill: blue, stroke: orange + 10pt)
line((10, -3), (4, -3), mark: (end: ">"), fill: blue, stroke: orange + 10pt)
})
== öffentliche IP
== Carrier-Grade NAT (CGNAT)
#grid(columns: (1fr,)*1, gutter: 10pt,
[#align(center)[#image("img/cgnat.png", width: 80%)]],
)
== VPN Wireguard / Tailscale
#grid(columns: (1fr,)*1, gutter: 10pt,
[#align(center)[#image("img/vpn.png", width: 60%)]],
)
== Dynamic DNS
#grid(columns: (1fr,)*1, gutter: 10pt,
[#align(center)[#image("img/dns.png", width: 60%)]],
)
== Externer Brocker
== Security mqtt
== Trafic optimiren
== GPS
== Aufbau
== Demo
#grid(columns: (1fr,)*2, gutter: 10pt,
// [#align(center)[#image("img/lts.png", width: 80%)]],
// [#align(center)[#image("img/seitenansicht.png", width: 100%)]],
)
#slide(title: none, config: (handout: false))[
#text(size: 32pt)[Danke fürs Zuhören] \
Fragen?
]

BIN
img/cgnat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB

BIN
img/dns.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

BIN
img/m2m_lkw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
img/m2m_logistik.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

BIN
img/m2m_selecta.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

BIN
img/vpn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB