-
Notifications
You must be signed in to change notification settings - Fork 4
/
2014.05.13_PHP-Usergroup-Hamburg.tex
405 lines (353 loc) · 13.6 KB
/
2014.05.13_PHP-Usergroup-Hamburg.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
%\documentclass[aspectratio=43]{beamer}
\documentclass[c]{beamer}
\usetheme{intridea} %% Themenwahl
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc} % richtige Silbentrennung
\usepackage[utf8]{inputenc} % Umlaute etc.!
\usepackage{eurosym}
\usepackage{tikz}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,fit,positioning,shapes.symbols,chains}
%1
\title{Freifunk Hamburg}
\author{hamburg.freifunk.net}
\date{2014/Mai/13}
%2
\begin{document}
\maketitle
\begin{frame}{Was ist freifunk?}
\begin{itemize}
\item Initiative für freie, offene, kostenlose Netzwerke
\item Öffentlich - freifunk steht jedem offen, als Nutzer oder Anbieter
\item Im Besitz der Gemeinschaft - Wird von den Menschen betrieben, die es nutzen
\item Nicht kommerziell
\item Nur freie, quelloffene software
\item Netzneutral - keine Manipulation der Datenströme
\item In \href{http://freifunk.net/wie-mache-ich-mit/community-finden/}{69 Orten} gibt es bereits Freifunknetze mit mehr als 3300 Zugangspunkten
\end{itemize}
\end{frame}
%3
\begin{frame}{Mit freifunk ins Internet}
\includegraphics[width=\textwidth]{Bilder/Freifunk_Knotenanbindung}
\end{frame}
%4
\begin{frame}{Mesh}
Was ist ein mesh?
\begin{itemize}
\item to mesh = Englisch: vermaschen
\item Selbst organisierende Netzwerke
\item Jeder Router ist automatisch aktiver Teil des Netzwerks
\item hamburg.freifunk.net Nutzt das Protokoll B.A.T.M.A.N.-adv.
\end{itemize}
Zwei SSIDs
\begin{itemize}
\item Freifunk Zugang: hamburg.freifunk.net
\item Mashing (adhoc): f8:d1:11:87:52:2e
\end{itemize}
\end{frame}
%5
\begin{frame}{Mesh}
\begin{center}
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=84pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=6pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=68pt, yshift=24pt] (b) {};
\node [vertex, xshift=112pt, yshift=-20pt] (c) {};
\node [place, label=above:$A$] (A) {};
\node [place, xshift=68pt, yshift=24pt, label=above:$B$] (B) {};
\node [place, xshift=112pt, yshift=-20pt, label=right:$C$] (C) {};
\path[-, thick, color=gray]
(A) edge (B)
(B) edge (C);
\end{tikzpicture}
\end{center}
\end{frame}
%6
\begin{frame}{Mesh}
\begin{center}
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=84pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=6pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=68pt, yshift=24pt] (b) {};
\node [vertex, xshift=112pt, yshift=-20pt] (c) {};
\node [place, label=above:$A$] (A) {};
\node [place, xshift=68pt, yshift=24pt, label=above:$B$] (B) {};
\node [place, xshift=112pt, yshift=-20pt, label=right:$C$] (C) {};
\path[-, thick, color=gray]
(A) edge (B)
(B) edge (C)
(A) edge[dashed] (C);
\end{tikzpicture}
\end{center}
\end{frame}
%7
\begin{frame}{Das Netz wächst}
\begin{center}
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=40pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=7pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=15pt, yshift=30pt] (b) {};
\node [vertex, xshift=65pt, yshift=5pt] (c) {};
\node [vertex, xshift=33pt, yshift=-3pt] (d) {};
\node [vertex, xshift=85pt, yshift=-25pt] (e) {};
\node [vertex, xshift=100pt, yshift=2pt] (f) {};
\node [vertex, xshift=91pt, yshift=32pt] (g) {};
\node [vertex, xshift=110pt, yshift=-52pt] (h) {};
\node [vertex, xshift=124pt, yshift=23pt] (i) {};
\node [vertex, xshift=134pt, yshift=-7pt] (j) {};
\node [vertex, xshift=164pt, yshift=-14pt] (k) {};
\node [vertex, xshift=144pt, yshift=-66pt] (l) {};
\node [vertex, xshift=170pt, yshift=-46pt] (m) {};
\node [vertex, xshift=201pt, yshift=-59pt] (n) {};
\node [place] (A) {};
\node [place, xshift=15pt, yshift=30pt] (B) {};
\node [place, xshift=65pt, yshift=5pt] (C) {};
\node [place, xshift=33pt, yshift=-3pt] (D) {};
\node [place, xshift=85pt, yshift=-25pt] (E) {};
\node [place, xshift=100pt, yshift=2pt] (F) {};
\node [place, xshift=91pt, yshift=32pt] (G) {};
\node [place, xshift=110pt, yshift=-52pt] (H) {};
\node [place, xshift=124pt, yshift=23pt] (I) {};
\node [place, xshift=134pt, yshift=-7pt] (J) {};
\node [place, xshift=164pt, yshift=-14pt] (K) {};
\node [place, xshift=144pt, yshift=-66pt] (L) {};
\node [place, xshift=170pt, yshift=-46pt] (M) {};
\node [place, xshift=201pt, yshift=-59pt] (N) {};
\path[-, thick, color=gray]
(A) edge (B)
(A) edge (D)
(B) edge (D)
(C) edge (D)
(C) edge (E)
(C) edge (F)
(C) edge (G)
(E) edge (F)
(E) edge (H)
(F) edge (G)
(F) edge (I)
(F) edge (J)
(G) edge (I)
(H) edge (L)
(I) edge (J)
(J) edge (K)
(K) edge (M)
(L) edge (M)
(M) edge (N);
\end{tikzpicture}
\end{center}
\end{frame}
%8
\begin{frame}{Netzwerke verbinden sich untereinander}
\begin{columns}[c]
\begin{column}[l]{.4\textwidth}
\scalebox{0.6}[0.6]{
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=40pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=7pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=15pt, yshift=30pt] (b) {};
\node [vertex, xshift=65pt, yshift=5pt] (c) {};
\node [vertex, xshift=33pt, yshift=-3pt] (d) {};
\node [vertex, xshift=85pt, yshift=-25pt] (e) {};
\node [vertex, xshift=100pt, yshift=2pt] (f) {};
\node [vertex, xshift=91pt, yshift=32pt] (g) {};
\node [vertex, xshift=110pt, yshift=-52pt] (h) {};
\node [vertex, xshift=124pt, yshift=23pt] (i) {};
\node [vertex, xshift=134pt, yshift=-7pt] (j) {};
\node [vertex, xshift=164pt, yshift=-14pt] (k) {};
\node [vertex, xshift=144pt, yshift=-66pt] (l) {};
\node [vertex, xshift=170pt, yshift=-46pt] (m) {};
\node [vertex, xshift=201pt, yshift=-59pt] (n) {};
\node [place] (A) {};
\node [place, xshift=15pt, yshift=30pt] (B) {};
\node [place, xshift=65pt, yshift=5pt] (C) {};
\node [place, xshift=33pt, yshift=-3pt] (D) {};
\node [place, xshift=85pt, yshift=-25pt] (E) {};
\node [place, xshift=100pt, yshift=2pt] (F) {};
\node [place, xshift=91pt, yshift=32pt] (G) {};
\node [place, xshift=110pt, yshift=-52pt] (H) {};
\node [place, xshift=124pt, yshift=23pt] (I) {};
\node [place, xshift=134pt, yshift=-7pt] (J) {};
\node [place, xshift=164pt, yshift=-14pt] (K) {};
\node [place, xshift=144pt, yshift=-66pt] (L) {};
\node [place, xshift=170pt, yshift=-46pt] (M) {};
\node [place, xshift=201pt, yshift=-59pt] (N) {};
\path[-, thick, color=gray]
(A) edge (B)
(A) edge (D)
(B) edge (D)
(C) edge (D)
(C) edge (E)
(C) edge (F)
(C) edge (G)
(E) edge (F)
(E) edge (H)
(F) edge (G)
(F) edge (I)
(F) edge (J)
(G) edge (I)
(H) edge (L)
(I) edge (J)
(J) edge (K)
(K) edge (M)
(L) edge (M)
(M) edge (N);
\end{tikzpicture}}
\end{column}
\begin{column}{0.185\textwidth}
\begin{uncoverenv}<2->
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\draw[color=white] (280pt, 85pt) arc (0:0:0pt);
\draw[color=white] (-180pt, 85pt) arc (0:0:0pt);
\draw[color=outerCircleColour, thick, xshift=-50pt, yshift=9pt] (-110pt, 0pt) arc (270:450:6pt);
\draw[color=outerCircleColour, thick, xshift=-50pt, yshift=11pt] (-110pt, 0pt) arc (270:450:4pt);
\draw[color=outerCircleColour, thick, xshift=-50pt, yshift=13pt] (-110pt, 0pt) arc (270:450:2pt);
\draw[color=outerCircleColour, thick, xshift=-9pt, yshift=21pt] (-110pt, 0pt) arc (90:270:6pt);
\draw[color=outerCircleColour, thick, xshift=-9pt, yshift=19pt] (-110pt, 0pt) arc (90:270:4pt);
\draw[color=outerCircleColour, thick, xshift=-9pt, yshift=17pt] (-110pt, 0pt) arc (90:270:2pt);
\draw[color=gray, ultra thick, xshift=-50pt, yshift=15] (-103pt, 0pt) edge[dashed] (-74pt, 0pt);
\end{tikzpicture}
\end{uncoverenv}
\end{column}
\begin{column}[r]{.5\textwidth}
\reflectbox{
\scalebox{0.6}[0.6]{
\begin{tikzpicture}
\definecolor{outerCircleColour}{RGB}{220, 0, 103}
\definecolor{innerCircleColour}{RGB}{255, 203, 18}
\tikzstyle{vertex}=[circle, draw, color=outerCircleColour, ultra thick, minimum size=40pt]
\tikzstyle{place}=[circle, draw, color=innerCircleColour, fill=innerCircleColour, minimum size=7pt, inner sep=0pt]
\node [vertex] (a) {};
\node [vertex, xshift=15pt, yshift=30pt] (b) {};
\node [vertex, xshift=65pt, yshift=5pt] (c) {};
\node [vertex, xshift=33pt, yshift=-3pt] (d) {};
\node [vertex, xshift=85pt, yshift=-25pt] (e) {};
\node [vertex, xshift=100pt, yshift=2pt] (f) {};
\node [vertex, xshift=91pt, yshift=32pt] (g) {};
\node [vertex, xshift=110pt, yshift=-52pt] (h) {};
\node [vertex, xshift=124pt, yshift=23pt] (i) {};
\node [vertex, xshift=134pt, yshift=-7pt] (j) {};
\node [vertex, xshift=164pt, yshift=-14pt] (k) {};
\node [vertex, xshift=144pt, yshift=-66pt] (l) {};
\node [vertex, xshift=170pt, yshift=-46pt] (m) {};
\node [vertex, xshift=201pt, yshift=-59pt] (n) {};
\node [place] (A) {};
\node [place, xshift=15pt, yshift=30pt] (B) {};
\node [place, xshift=65pt, yshift=5pt] (C) {};
\node [place, xshift=33pt, yshift=-3pt] (D) {};
\node [place, xshift=85pt, yshift=-25pt] (E) {};
\node [place, xshift=100pt, yshift=2pt] (F) {};
\node [place, xshift=91pt, yshift=32pt] (G) {};
\node [place, xshift=110pt, yshift=-52pt] (H) {};
\node [place, xshift=124pt, yshift=23pt] (I) {};
\node [place, xshift=134pt, yshift=-7pt] (J) {};
\node [place, xshift=164pt, yshift=-14pt] (K) {};
\node [place, xshift=144pt, yshift=-66pt] (L) {};
\node [place, xshift=170pt, yshift=-46pt] (M) {};
\node [place, xshift=201pt, yshift=-59pt] (N) {};
\path[-, thick, color=gray]
(A) edge (B)
(A) edge (D)
(B) edge (D)
(C) edge (D)
(C) edge (E)
(C) edge (F)
(C) edge (G)
(E) edge (F)
(E) edge (H)
(F) edge (G)
(F) edge (I)
(F) edge (J)
(G) edge (I)
(H) edge (L)
(I) edge (J)
(J) edge (K)
(K) edge (M)
(L) edge (M)
(M) edge (N);
\end{tikzpicture}}}
\end{column}
\end{columns}
\end{frame}
%9
\begin{frame}{Demo}
\begin{itemize}
\item Knotenkarte \href{http://knotenkarte.de}{http://knotenkarte.de}
\end{itemize}
\end{frame}
%10
\begin{frame}{Sicherheit}
\begin{itemize}
\item Da freifunk kein Kennwort nutzt, ist die Funkstrecke zum Zugangspunkt (wie bei allen offenen WLANs) unverschlüsselt
\item Wie sonst im Netz auch, nutzt nach Möglichkeit Ende-zu-Ende-Verschlüsselung
\item Verbindungen über die gateways laufen durch VPNs und sind verschlüsselt --> kein Zugriff auf das „Heimnetzwerk“ möglich
\end{itemize}
\end{frame}
%11
\begin{frame}{Störerhaftung}
\begin{itemize}
\item Die Zugangspunkte gehen nicht direkt in das Internet
\item Es wird über das Internet eine verschlüsselte VPN-Verbindung zu den gateways aufgebaut
\item Selbst die gateways sind nicht die Ausgänge ins GBI, sondern bauen wiederum VPNs ins Ausland auf
\end{itemize}
\end{frame}
%12
\begin{frame}{Dienste}
Implementiert
\begin{itemize}
\item Internet
\item Stadtweites Intranet (IPv4 \& IPv6)
\item Internet Dienste \href{http://hamburg.freifunk.net/wo-wird-gefunkt\#Dienste}{http://hamburg.freifunk.net/wo-wird-gefunkt\#Dienste}
\item Verbindungen zu anderen Städten und Netzwerken sowie deren Diensten
\end{itemize}
\end{frame}
%13
\begin{frame}{Wie kann man mitmachen?}
\begin{itemize}
\item Alle können Freifunker\textunderscore innen werden, besondere technische Kenntnisse sind nicht notwendig
\item Werde ein Teil des Netzwerks, indem du bei dir im Haus einen Freifunk-Knoten aufstellst
\item Treffen jeden Montag ab 19:45 Uhr in den Rämen des CCCHH (z.Z. Humanist Lab), Freitags ab 19:45 Uhr im Attraktor
\item Verbreite die Idee! Entwickelt mit!
\end{itemize}
\end{frame}
%14
\begin{frame}{Entwickelt mit!}
\begin{itemize}
\item \href{http://hamburg.freifunk.net}{Verbessert die Seite}
\item \href{http://knotenkarte.de}{Fügt der Knotenkarte neue Fähigkeiten hinzu}
\item \href{http://www.ohrensessel.net/ffhh/total}{Bohrt die Statistiken auf (gamification)}
\item \href{http://media.hamburg.freifunk.net}{Macht graphische Gestaltung}
\item \href{https://github.com/freifunkhamburg/}{Entwickelt firmware}
\item \href{http://wiki.freifunk.net/Freifunk_Hamburg\#Technik}{Helft das Netz zu administrieren}
\item \href{http://hamburg.freifunk.net/wo-wird-gefunkt\#Dienste}{Bietet eigene Dienste an}
\end{itemize}
\end{frame}
%15
\begin{frame}{Vielen Dank!}
\begin{columns}
\begin{column}{0.6\textwidth}
\begin{itemize}
\item Netz: hamburg.freifunk.net
\item Mail: [email protected]
\end{itemize}
\end{column}
\begin{column}{0.5\textwidth}
\begin{center}
\includegraphics[width=0.5\textwidth]{Bilder/cc-by}
\end{center}
\end{column}
\end{columns}
\end{frame}
\end{document}