forked from TheThingsNetwork/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
154 lines (130 loc) · 4.6 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
---
layout: default
image: /assets/images/og-image.png
---
{% assign pages = site.content | sort_pages %}
<div class="layout-index">
<div class="ttn-header">
<div class="ttn-container container-fluid">
<h1>
<img src="{{ site.baseurl }}/assets/images/the-things-white.png" alt="⛅ The Things Network" />
<span>Learn</span>
</h1>
<p>Learn how to grow the network and connect all things!</p>
</div>
</div>
<div class="ttn-container container-fluid">
<div class="index-intro panel">
<div class="row">
<div class="col-sm-6">
<p>The Things Network is about enabling low power <a href="{{ site.baseurl }}/devices/">Devices</a> to use long range <a href="{{ site.baseurl }}/gateways/">Gateways</a> to connect to an open-source, decentralized <a href="{{ site.baseurl }}/network/">Network</a> to exchange data with <a href="{{ site.baseurl }}/applications/">Applications</a>.</p>
</div>
<div class="col-sm-6">
<p><img src="{{ site.baseurl }}/assets/images/architecture.png" alt="Devices - Gateways - The Things Network - Applications" /></p>
</div>
</div>
</div>
<h2 class="index-title">Documentation</h2>
<div class="index-docs index-blocks row">
<div class="col-sm-12">
<div class="panel">
<a href="lorawan/index.html">
<div class="panel-body">
<img src="lorawan/icon.png" alt="LoRaWAN" width="150" />
<p>Learn about LoRaWAN: the secure messaging protocol used by The Things Network.</p>
</div>
</a>
</div>
</div>
</div>
<div class="index-docs index-blocks row">
<div class="col-sm-3">
<div class="panel">
<a href="devices/index.html">
<div class="panel-body">
<h3>Devices</h3>
<img src="devices/icon.png" alt="Devices" />
<p>Connect devices to The Things Network.</p>
</div>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="panel">
<a href="gateways/index.html">
<div class="panel-body">
<h3>Gateways</h3>
<img src="gateways/icon.png" alt="Gateways" />
<p>Extend The Things Network by installing a gateway.</p>
</div>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="panel">
<a href="network/index.html">
<div class="panel-body">
<h3>Network</h3>
<img src="network/icon.png" alt="Network" />
<p>Manage your applications and devices.</p>
</div>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="panel">
<a href="applications/index.html">
<div class="panel-body">
<h3>Applications</h3>
<img src="applications/icon.png" alt="Applications" />
<p>Build applications on The Things Network.</p>
</div>
</a>
</div>
</div>
</div>
<h2 class="index-title">Community</h2>
<div class="index-community index-blocks row">
<div class="col-sm-3">
<div class="panel">
<a href="https://www.thethingsnetwork.org/community">
<div class="panel-body">
<h3>Join</h3>
<p>Find The Things Network communities nearby or start a new community.</p>
</div>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="panel">
<a href="https://www.thethingsnetwork.org/forum">
<div class="panel-body">
<h3>Forum</h3>
<p>Ask and answer questions about IoT, LoRa and other related topics.</p>
</div>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="panel">
<a href="https://account.thethingsnetwork.org/">
<div class="panel-body">
<h3>Slack</h3>
<p>Invite yourself to the community Slack to chat about The Things Network.</p>
</div>
</a>
</div>
</div>
<div class="col-sm-3">
<div class="panel">
<a href="https://www.thethingsnetwork.org/labs">
<div class="panel-body">
<h3>Labs</h3>
<p>Inspire and get inspired by community contributed use cases.</p>
</div>
</a>
</div>
</div>
</div>
</div><!-- .ttn-container -->
</div>