-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (140 loc) · 6.95 KB
/
index.html
File metadata and controls
157 lines (140 loc) · 6.95 KB
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
<!DOCTYPE HTML>
<!--
Alpha by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Freifunk-IoT</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="landing is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Freifunk-IoT</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#" class="icon fa-angle-down">Impressum & Datenschutz</a>
<ul>
<li><a href="impress.html">Impressum</a></li>
<li><a href="dataprotection.html">Datenschutz</a></li>
</ul>
</li>
<li><a href="#contact" class="button">Kontakt</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div style="background: rgba(255,255,255,0.25); width: 20%; padding: 10px; margin: auto; margin-bottom: 20px;"><img width="100%" src="images/ffiot_logo_website.svg" /></div>
<h2>Freifunk-IoT</h2>
<p>Deine eigenen Sensoren im Freifunk-Netz!</p>
<ul class="actions special">
<li><a href="https://github.com/Freifunk-IoT" target="_blank" class="button primary">Mithelfen</a></li>
<li><a href="#more" class="button">Mehr erfahren</a></li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>Wir entwickeln Software und Hardware, um Sensoren sehr einfach in <a href="https://freifunk.net" target="_blank">Freifunk-Netzen</a>
betreiben zu können.</h2>
<p>Entstanden ist Freifunk-IoT im Rahmen von <a href="https://freifunk-stuttgart.de" target="_blank">Freifunk Stuttgart</a>, und wird momentan auch von Mitgliedern der Stuttgarter Community betreut. <br> Unsere Motivation ist es, das Freifunk-Netz nicht nur als reines Transitnetz zum Internet zu nutzen, sondern auch intern sinnvolle Dienste anzubieten.
<br><br><a href="https://github.com/Freifunk-IoT/freifunk-iot-concept" target="_blank" class="button alt fit">Zum Konzept auf GitHub</a></p>
</header>
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
<span class="featured"><h3>Demoinstanz</h3><br>
<b>MQTT/HTTP:</b> demo.freifunk-iot.de<br>
<br><a href="https://grafana.freifunk-iot.de/d/uE8Im5Emz/dashboard?orgId=2&var-Sensor=demosensor&var-Channel=All" target="_blank" class="button alt fit">Grafana</a></span>
</section>
<a name="more"></a>
<section class="box special features">
<div class="features-row">
<section>
<span class="icon major fa-code accent2"></span>
<h3>Software</h3>
<p>Wir entwickeln sowohl Software für Sensoren, z.B. auf Arduino-Basis, als auch die Serverdienste und Datenaggregatoren im Hintergrund.
<br>Schau doch mal auf <a href="https://github.com/Freifunk-IoT" target="_blank">GitHub</a> vorbei!</p>
</section>
<section>
<span class="icon major fa-microchip accent3"></span>
<h3>Hardware</h3>
<p>Wir bieten für einige Plattformen und Sensoren Bauanleitungen an, sodass ein sehr einfacher Einstieg möglich ist. Auch Platinen-Layouts sind geplant, um eigene Sensoren einfacher fertigen zu können.</p>
<p><a href="https://github.com/Freifunk-IoT/hardware" target="_blank">Zur Hardware-Übersicht auf GitHub</a></p>
</section>
</div>
<div class="features-row">
<section>
<span class="icon major fa-area-chart accent4"></span>
<h3>Daten</h3>
<p>Um mit den Messwerten zu arbeiten, planen wir mehrere Schnittstellen: Du kannst dir die Daten bequem in Grafana anschauen, aber auch über Hooks und Reports weiterverarbeiten, oder Alarme bei bestimmten Bedingungen erhalten.</p>
</section>
<section>
<span class="icon major fa-users accent5"></span>
<h3>Communities</h3>
<p>Derzeit wird die Data Sink von Freifunk-IoT noch nicht produktiv genutzt, in der Stuttgarter Community gibt es eine Testplattform.<br>Du kannst jedoch gerne mithelfen, melde dich einfach im IRC-Chat!</p>
</section>
</div>
</section>
<div class="row">
<div class="col-12 col-12-narrower">
<section class="box special">
<h3>Links</h3>
<p>
<a href="https://freifunk.net" target="_blank">freifunk.net</a><br>
<a href="https://freifunk-stuttgart.de" target="_blank">Freifunk Stuttgart</a><br></p>
</section>
</div>
</div>
<!-- CTA -->
<div class="row">
<div class="col-6 col-12-narrower">
<section class="box special">
<a name="contact"></a>
<h2>Kontakt</h2>
<p>Willst du mithelfen, oder hast andere Fragen? Zurzeit sprechen sich die Entwickler über einen IRC-Chat und eine Mailingliste ab:<br>
<ul >
<li style="list-style-type: none;">Hackint: <a href="https://webirc.hackint.org/#irc://irc.hackint.org/#freifunk-iot">#freifunk-iot</a></li>
<li style="list-style-type: none;"><a href="https://lists.freifunk-stuttgart.net/listinfo/freifunk-iot" target="_blank">Mailingliste</a></li>
</ul></p>
</section>
</div>
<div class="col-6 col-12-narrower">
<section class="box special">
<h2>Wer steckt hinter dem Projekt?</h2>
<p style="text-align: left;">Zurzeit wird Freifunk-IoT hauptsächlich getragen von:<br>
<ul class="icons" style="text-align: left;">
<li><a href="https://chaos.social/@adnidor">adnidor</a> <a class="icon fa-github" target="_blank" href="https://github.com/adnidor"></a></li>
<li>margau <a class="icon fa-github" target="_blank" href="https://github.com/margau"></a> <a style="color:#646464;" class="icon fa-twitter" target="_blank" href="https://twitter.com/margau_me"></a></li>
</ul></p>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/Freifunk-IoT" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© 2018 Freifunk-IoT. All rights reserved.</li><li><a href="impress.html">Impressum</a></li><li><a href="dataprotection.html">Datenschutzerklärung</a></li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li><li>Logo by <a target="_blank" href="https://p-schwarz.de">p-schwarz.de</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>