diff --git a/MOBKOM_Daten_mit_4G.typ b/MOBKOM_Daten_mit_4G.typ new file mode 100644 index 0000000..1166bcc --- /dev/null +++ b/MOBKOM_Daten_mit_4G.typ @@ -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? +] diff --git a/img/cgnat.png b/img/cgnat.png new file mode 100644 index 0000000..6749697 Binary files /dev/null and b/img/cgnat.png differ diff --git a/img/dns.png b/img/dns.png new file mode 100644 index 0000000..8498f54 Binary files /dev/null and b/img/dns.png differ diff --git a/img/m2m_lkw.png b/img/m2m_lkw.png new file mode 100644 index 0000000..2b89a44 Binary files /dev/null and b/img/m2m_lkw.png differ diff --git a/img/m2m_logistik.jpg b/img/m2m_logistik.jpg new file mode 100644 index 0000000..31214ae Binary files /dev/null and b/img/m2m_logistik.jpg differ diff --git a/img/m2m_selecta.jpg b/img/m2m_selecta.jpg new file mode 100644 index 0000000..eeaaee6 Binary files /dev/null and b/img/m2m_selecta.jpg differ diff --git a/img/vpn.png b/img/vpn.png new file mode 100644 index 0000000..ed757c9 Binary files /dev/null and b/img/vpn.png differ