-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
223 lines (185 loc) · 9.54 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<!--
File: index.html
Description: Evothings Studio documentation
Author: Mikael Kindborg
Copyright (c) 2013-2016 Evothings AB
TODO: Make following redirects:
doc/studio/evothings-studio-1.html -> doc/studio/evothings-studio-1.2.html
doc/studio/mobile-app.html -> doc/studio/evothings-viewer.html
doc/studio/api-overview.html -> doc/api/api-overview.html
doc/studio/tutorials.html -> doc/tutorials/tutorials.html
TODO: Redirect from /raw links to /doc:
./build/build-overview.html
./build/cordova-guide.html
./build/cordova-install-linux.html
./build/cordova-install-osx.html
./build/cordova-install-windows.html
./build/publish-android.html
./build/publish-ios.html
./build/share-apps.html
./examples/arduino-ble.html
./examples/arduino-led-onoff-ble.html
./examples/arduino-led-onoff-tcp.html
./examples/arduino-scriptable-tcp.html
./examples/ble-discovery.html
./examples/ble-scan.html
./examples/ble-ti-sensortag-accelerometer.html
./examples/ble-ti-sensortag-cc2541-demo.html
./examples/ble-ti-sensortag-cc2650-demo.html
./examples/ble-ti-sensortag-sensors.html
./examples/bluno-helloworld.html
./examples/canvas-basic.html
./examples/cordova-accelerometer.html
./examples/cordova-basic.html
./examples/eddystone-scan.html
./examples/esp8266.html
./examples/estimote-beacons.html
./examples/estimote-nearables.html
./examples/examples.html
./examples/hello-world.html
./examples/hue-lights.html
./examples/ibeacon-scan.html
./examples/lightbluebean-basic.html
./examples/mbed-custom-gap.html
./examples/mbed-custom-gatt.html
./examples/mediatek-linkit-connect.html
./examples/mediatek-linkit.html
./examples/nordic-nRF51-ble.html
./examples/nordic-nRF51822-ble.html
./examples/redbearlab-simplechat.html
./examples/redbearlab-simplecontrol.html
./examples/rfduino-led-onoff.html
./index.html
./studio/api-overview.html
./studio/evothings-studio-1.html
./studio/mobile-app.html
./studio/release-notes.html
./studio/tutorials.html
./studio/workbench.html
Redirect for raw:
RedirectMatch 301 ^/doc/raw/(.*)$ https://evothings.com/doc/$1
Example redirect from */r1.kth.se/smartspaces/fun/*
to https://smartspaces.r1.kth.se:8021/*
RedirectMatch ^/smartspaces/fun/(.*)$ https://smartspaces.r1.kth.se:8021/$1
-->
<head>
<meta charset="utf-8">
<script src="js/include-head.js"></script>
<title>Evothings Studio Documentation</title>
</head>
<body>
<div class="evo-page">
<script src="js/include-page-header.js"></script>
<div class="evo-content">
<div class="evo-box evo-box-extra-top-margin">
<p>Welcome to the Evothings Studio documentation web site. Please feel free to ask questions in the <a href="https://gitter.im/evothings/evothings" target="_blank">Evothings Gitter Room</a> or post a question on the <a href="https://evothings.freshdesk.com/discussions" target="_blank">Evothings Forum</a>. Get Evothings Studio on the <a href="https://evothings.com/download">download page</a>, it is free and open source.</p>
</div>
Our Gitter main room, where developers can hang out
gitter.im/evothings/evothings
<div class="evo-card-layout">
<!-- Getting started for beginners -->
<div class="evo-card" onclick="evothings.doc.openDocPage('tutorials/evothings-studio-getting-started.html')">
<img class="evo-card-image" src="tutorials/images/evothings-studio-getting-started.jpg"/>
<h2>Evothings Studio in 60 seconds</h2>
<p>Download Evothings Studio, install Evothings Viewer on your mobile phone, and run your first IoT app within minutes!</p>
<p><a href="tutorials/evothings-studio-getting-started.html">Get started quickly with Evothings Studio</a></p>
</div>
<div class="evo-card" onclick="evothings.doc.openDocPage('studio/evothings-studio-overview.html')">
<img class="evo-card-image" src="tutorials/images/ibeacon-scan-kontaktio.jpg" />
<h2>Say hello to Evothings Studio</h2>
<p>Dive into the Evothings Studio documentation and learn about the fast workflow of Evothings Workbench and Evothings Viewer.</p>
<p><a href="studio/evothings-studio-overview.html">Read on to get started with rapid IoT app development</a></p>
<!--
<h2>Creating Your First Evothings App</h2>
<p>Friendly guide to creating a mobile app with Evothings Studio. Learn some good to know shortcuts and how to organise your code. The result is an app ready to be published as a native app build with Apache Cordova.</p>
<p><a href="tutorials/create-your-first-app.html">Read on to learn more</a></p>
-->
</div>
<!-- Evothings Guide -->
<div class="evo-card" onclick="evothings.doc.openDocPage('starter-guides/evothings-studio-starter-guide.html')">
<img class="evo-card-image" src="images/evothings-workbench-viewer-photo.jpg" />
<h2>Evothings Studio Starter Guide</h2>
<p>Comprehensive guide to getting started with Evothings Studio, with pointers to documentation and resources.</p>
<p><a href="starter-guides/evothings-studio-starter-guide.html">Learn about Evothings Studio</a></p>
</div>
<!-- BLE -->
<div class="evo-card" onclick="evothings.doc.openDocPage('starter-guides/bluetooth-smart-starter-guide.html')">
<img class="evo-card-image" style="height:75px;" src="starter-guides/images/bluetooth-smart-logo.png" />
<h2>Bluetooth Low Energy Starter Guide</h2>
<p>Learn how to make mobile apps that communicate with Bluetooth Low Energy devices (also known as BLE, Bluetooth LE and Bluetooth Smart). <!--Learn how to create mobile apps that communicate with your BLE devices. We provide examples, templates and tutorials to help you take off.--></p>
<p><a href="starter-guides/bluetooth-smart-starter-guide.html">Read more</a></p>
</div>
<!-- APIs -->
<div class="evo-card" onclick="evothings.doc.openDocPage('api/api-overview.html')">
<img class="evo-card-image" src="api/images/api-illustration.png" />
<h2>API Overview and Documentation</h2>
<p>Listing of JavaScript APIs for IoT apps. Bluetooth Low Energy (BLE), Eddystone, iBeacon and more.</p>
<p><a href="api/api-overview.html">Go to the API documentation</a></p>
</div>
<!-- Microcontrollers -->
<div class="evo-card" onclick="evothings.doc.openDocPage('starter-guides/microcontroller-starter-guide.html')">
<img class="evo-card-image" style="height:75px;" src="starter-guides/images/microcontroller-illustration.png" />
<h2>Mobile Apps for Microcontrollers</h2>
<p>In this Starter Guide we look at how to make mobile apps that communicate with microcontrollers like Arduino, RedBearLab, LinkIt One, ESP8266, and many more.</p>
<p><a href="starter-guides/microcontroller-starter-guide.html">Read more</a></p>
</div>
<!-- Eddystone and iBeacon -->
<div class="evo-card" onclick="evothings.doc.openDocPage('starter-guides/eddystone-starter-guide.html')">
<img class="evo-card-image" src="starter-guides/images/eddystone-logo-2.png" style="height:120px;"/>
<h2>Eddystone™ and beacons for the Physical Web</h2>
<p>Get started with mobile apps for Eddystone beacons and the Physical Web in 5 minutes! <!--Use templates and example apps as a starting points for your physical web applications.--></p>
<p><a href="starter-guides/eddystone-starter-guide.html">Show me Eddystone</a></p>
</div>
<div class="evo-card" onclick="evothings.doc.openDocPage('starter-guides/ibeacon-starter-guide.html')">
<img class="evo-card-image" src="starter-guides/images/estimote-beacons.jpg" style="height:120px;"/>
<h2>iBeacon Starter Guide</h2>
<p>What you need to know to get started with coding iBeacon apps that run on iOS and Android.</p>
<p><a href="starter-guides/ibeacon-starter-guide.html">Learn how to make iBeacon apps</a></p>
</div>
<!-- Cloud and Cordova -->
<div class="evo-card" style="padding-top:50px;" onclick="evothings.doc.openDocPage('starter-guides/iot-cloud-starter-guide.html')">
<img class="evo-card-image" style="height:50px;" src="starter-guides/images/mqtt-logo.png" />
<h2>Communicating with the Cloud (MQTT and more)</h2>
<p>Learn how to communicate with IoT Cloud providers from your mobile app.</p>
<p><a href="starter-guides/iot-cloud-starter-guide.html">Show me how to use IoT cloud services</a></p>
</div>
<div class="evo-card" onclick="evothings.doc.openDocPage('starter-guides/cordova-starter-guide.html')">
<img class="evo-card-image" style="height:100px;" src="starter-guides/images/cordova-logo-2.png" />
<h2>Cordova™ Starter Guide</h2>
<p>How to build a native IoT app with the apache Cordova build system. Learn how to package an app developed with Evothings Studio that is ready to publish on Apple App Store and Google Play.</p>
<p><a href="starter-guides/cordova-starter-guide.html">Read more about building native apps</a></p>
</div>
<!-- Unused -->
<!--
<div class="evo-card" onclick="evothings.doc.openDocPage('studio/evothings-studio-overview.html')">
<img src="images/evothings-workbench-viewer-photo.jpg" />
<h2>Evothings Studio Tools Documentation</h2>
<p>Learn about Evothings Workbench and Evothings Viewer.</p>
<p><a href="studio/evothings-studio-overview.html">Read documentation</a></p>
</div>
-->
<!--
<div class="evo-card" onclick="evothings.doc.openDocPage('api/api-overview.html')">
<h2>Example app overview</h2>
<p></p>
</div>
-->
<!--<div class="evo-card" onclick="evothings.doc.openDocPage('studio/evothings-studio-tricks-and-tips.html')">
<h2>Evothings Studio tricks and tips</h2>
<p>Summary of what you need to know to make full use of Evothings Studio.</p>
</div>-->
<!--
<div class="evo-card" onclick="evothings.doc.openDocPage('starter-guides/ti-sensortag-starter-guide.html')">
<img src="images/eddystone-logo.jpg" style="height:100px;"/>
<h2>Getting started with The TI SensorTag</h2>
<p></p>
</div>
-->
</div><!-- evo-card-layout -->
<script src="js/include-page-footer.js"></script>
</div><!-- evo-page-content -->
</div><!-- evo-page -->
</body>
</html>