forked from TheThingsNetwork/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (167 loc) · 7.89 KB
/
index.html
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
---
layout: default
---
<div class="layout-index">
<div class="index-header">
<div class="container">
<img src="{{ site.baseurl }}/assets/images/the-things-white.png" alt="⛅ The Things Network" />
<h1 class="title">Documentation</h1>
<p>Learn how to grow the <em><strong>Network</strong></em> and connect all <em><strong>Things!</strong></em></p>
</div>
</div>
<div class="container">
<div class="index-intro panel">
<p><strong>The Things Network</strong> involves <em>Devices</em> like <strong>The Things Uno</strong> and <strong>The Things Node</strong> to <a href="#connect">Connect all Things</a>, gateways like <strong>The Things Gateway</strong> to <a href="#grow">Grow the Network</a> these devices connect to and finally <strong>The Things Network Dashboard</strong>. This where you <a href="#manage">Manage</a> how <em>Devices</em> <a href="#integrate">Integrate</a> with <em>Applications</em> on the <em>Internet</em> via the network.</p>
<p><br /><img src="{{ site.baseurl }}/assets/images/architecture.png" alt="Devices - Gateways - The Things Network - Applications" style="max-width: 500px;" /></p>
<p>You can contribute to this official documentation via <a href="{{ site.github.repository_url }}" target="_blank">GitHub</a>.</p>
<p>For other community contributed content, please use the <a href="https://www.thethingsnetwork.org/wiki/">Wiki</a>.</p>
</div>
<h1 id="connect" class="index-group">Connect all Things</h1>
<div class="row">
<div class="col-sm-4">
<div class="panel index-topic">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/uno-icon.png" alt="The Things Uno" />
<h2 class="title">The Things Uno <span class="badge">beta</span></h2>
<p>An Arduino with LoRaWAN on board to prototype wireless IoT.</p>
</div>
<hr />
<div class="panel-body">
<a href="{{ site.baseurl }}/uno/" class="btn btn-primary">Guide</a>
<a href="https://github.com/TheThingsNetwork/arduino-device-lib/releases" target="_blank" class="btn btn-link">TTN Library</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel index-topic disabled">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/node-icon.png" alt="The Things Node" />
<h2 class="title">The Things Node <span class="badge">soon</span></h2>
<p>An small, waterproof Arduino with LoRa and a bunch of sensors on board to prototype in minutes!</p>
</div>
<hr />
<div class="panel-body">
<a href="javascript:void(0)" class="btn btn-primary" disabled="disabled">Guide</a>
<a href="https://github.com/TheThingsNetwork/arduino-device-lib/releases" target="_blank" class="btn btn-link">TTN Library</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel index-topic">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/arduino-icon.png" alt="Arduino" />
<h2 class="title">Arduino</h2>
<p>Connect any Arduino with LoRaWAN module to The Things Network.</p>
</div>
<hr />
<div class="panel-body">
<a href="{{ site.baseurl }}/arduino/" class="btn btn-primary">Guide</a>
<a href="https://github.com/TheThingsNetwork/arduino-device-lib/releases" target="_blank" class="btn btn-link">TTN Library</a>
</div>
</div>
</div>
</div>
<h1 id="grow" class="index-group">Grow the Network</h1>
<div class="row">
<div class="col-sm-6">
<div class="panel index-topic disabled">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/gateway-icon.png" alt="The Things Gateway" />
<h2 class="title">The Things Gateway <span class="badge">soon</span></h2>
<p>Grow the Network and setup your own Gateway for The Things Uno, Node and other devices.</p>
</div>
<hr />
<div class="panel-body">
<a href="javascript:void(0)" class="btn btn-primary" disabled="disabled">Guide</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="panel index-topic disabled">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/gateways-icon.png" alt="Other Gateways" />
<h2 class="title">Other Gateways</h2>
<p>Configure and other or DIY gateways for The Things Network.</p>
</div>
<hr />
<div class="panel-body">
<a href="javascript:void(0)" class="btn btn-primary" disabled="disabled">Guide</a>
</div>
</div>
</div>
</div>
<h1 id="manage" class="index-group">Manage</h1>
<div class="row">
<div class="col-sm-6">
<div class="panel index-topic">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/dashboard-icon.png" alt="The Things Network Dashboard" />
<h2 class="title">The Things Network Dashboard <span class="badge">beta</span></h2>
<p>Manage application and devices.</p>
</div>
<hr />
<div class="panel-body">
<a href="{{ site.baseurl }}/dashboard/" class="btn btn-primary">Guide</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="panel index-topic">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/cli-icon.png" alt="The Things Network CLI" />
<h2 class="title">The Things Network CLI</h2>
<p>Manage application and devices through the CLI.</p>
</div>
<hr />
<div class="panel-body">
<a href="{{ site.baseurl }}/cli/" class="btn btn-primary">Guide</a>
</div>
</div>
</div>
</div>
<h1 id="integrate" class="index-group">Integrate <small>Communicate with Things</small></h1>
<div class="row">
<div class="col-sm-4">
<div class="panel index-topic">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/mqtt-icon.png" alt="MQTT" />
<h2 class="title">MQTT</h2>
<p>The backbone of all exchange between devices and applications, wrapped by other clients.</p>
</div>
<hr />
<div class="panel-body">
<a href="{{ site.baseurl }}/mqtt/" class="btn btn-primary">Guide</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel index-topic">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/nodered-icon.png" alt="Node-RED" />
<h2 class="title">Node-RED</h2>
<p>The Things Network node to wire device activations and application messages.</p>
</div>
<hr />
<div class="panel-body">
<a href="{{ site.baseurl }}/node-red/" class="btn btn-primary">Guide</a>
<a href="https://www.npmjs.com/package/node-red-contrib-ttn" target="_blank" class="btn btn-link">TTN Node</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel index-topic">
<div class="panel-body">
<img src="{{ site.baseurl }}/assets/images/nodejs-icon.png" alt="Node.js" />
<h2 class="title">Node.js</h2>
<p>Get notified of device activations and send and receive application messages.</p>
</div>
<hr />
<div class="panel-body">
<a href="{{ site.baseurl }}/node-js/" class="btn btn-primary">Guide</a>
<a href="https://www.npmjs.com/package/ttn" target="_blank" class="btn btn-link">TTN Client</a>
</div>
</div>
</div>
</div>
</div>
</div>