add presi
This commit is contained in:
parent
2e956c684e
commit
b81e57cffe
76
MOBKOM_Daten_mit_4G.typ
Normal file
76
MOBKOM_Daten_mit_4G.typ
Normal 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
BIN
img/cgnat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 512 KiB |
BIN
img/dns.png
Normal file
BIN
img/dns.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 142 KiB |
BIN
img/m2m_lkw.png
Normal file
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
BIN
img/m2m_logistik.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 KiB |
BIN
img/m2m_selecta.jpg
Normal file
BIN
img/m2m_selecta.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
BIN
img/vpn.png
Normal file
BIN
img/vpn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
Loading…
x
Reference in New Issue
Block a user