forked from multigcs/multigcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultigcs.html
392 lines (388 loc) · 13.1 KB
/
multigcs.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
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
<HTML>
<HEAD>
<TITLE>MultiGCS</TITLE>
<STYLE type="text/css">
@font-face {
font-family: 'Sonsie One'; font-style: normal; font-weight: 400; src: local('Sonsie One'), local('SonsieOne-Regular'), url(infohtml/font.woff) format('woff');
}
body {
background-color: #222A22;
color:#FFFFFF;
font-weight: bold;
font-family: 'Sonsie One', cursive;
font-size: 16px;
letter-spacing: 0.1em;
text-shadow: 1px 1px 0px #000;
}
a {
color:#FFFFFF;
font-weight: bold;
font-family: 'Sonsie One', cursive;
font-size: 16px;
letter-spacing: 0.1em;
text-shadow: 1px 1px 0px #000;
}
.background {
background-color: #111111;
_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222233', endColorstr='#111111');
_background: -webkit-gradient(linear, left top, left bottom, from(#222233), to(#111111));
_background: -moz-linear-gradient(top, #222233, #111111);
background-image: url(infohtml/bg.jpg);
top: 0%;
left: 0%;
width: 100%;
height: 100%;
position: fixed;
z-index: -10;
}
#table {
border: 5px solid #555555;
padding: 0px;
*border-collapse: collapse;
border-spacing: 0;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border-radius: 9px 9px 9px 9px;
-moz-box-shadow: 10px 10px 5px #000;
-webkit-box-shadow: 10px 10px 5px #000;
box-shadow: 10px 10px 5px #000;
font-weight: bold;
font-family: 'Sonsie One', cursive;
font-size: 16px;
letter-spacing: 0.2em;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
th {
background-color: #555555;
border: 1px solid #555555;
padding: 0px;
*border-collapse: collapse;
border-spacing: 0;
text-shadow: 1px 1px 0px #000;
}
td {
background-color: #222222;
border: 1px solid #555555;
padding: 0px;
*border-collapse: collapse;
border-spacing: 0;
}
.preview {
top: 30px;
width: 581px;
height: 355px;
left: 100px;
background-image: url(infohtml/nexus7.png);
position: absolute;
}
.screen1 {
top: 37px;
left: 66px;
float: none;
position: absolute;
z-index: 1;
}
.screen2 {
top: 37px;
left: 66px;
float: none;
position: absolute;
z-index: 2;
}
.info {
top: 0px;
width: 100%;
float: none;
position: absolute;
}
.prev {
top: 80px;
left: 20px;
float: none;
position: absolute;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}
.next {
top: 80px;
right: 20px;
float: none;
position: absolute;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}
.left {
left: 0px;
top: 90px;
width: 50%;
height: 370px;
position: absolute;
}
.right {
right: 0px;
top: 90px;
width: 781px;
height: 370px;
float: none;
position: absolute;
}
.bottom {
left: 0px;
top: 470px;
width: 100%;
float: none;
position: absolute;
}
h3 {
color:#FF33FC;
letter-spacing: 0.3em;
}
.title {
left: 5px;
position: absolute;
font-weight: bold;
font-family: 'Sonsie One', cursive;
font-size: 36px;
color:#00FF00;
letter-spacing: 0.5em;
}
.menu {
right: 90px;
top: 20px;
height: 20px;
position: absolute;
}
.hrline {
top: 60px;
width: 95%;
position: absolute;
}
.videos {
background-color: #DEDEDE;
top: 90px;
left: 10%;
width: 80%;
position: absolute;
z-index: 10;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border-radius: 9px 9px 9px 9px;
-moz-box-shadow: 10px 10px 5px #000;
-webkit-box-shadow: 10px 10px 5px #000;
box-shadow: 10px 10px 5px #000;
}
.downloads {
background-color: #DEDEDE;
top: 90px;
left: 10%;
width: 80%;
height: 80%;
position: absolute;
z-index: 10;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border-radius: 9px 9px 9px 9px;
-moz-box-shadow: 10px 10px 5px #000;
-webkit-box-shadow: 10px 10px 5px #000;
box-shadow: 10px 10px 5px #000;
}
</STYLE>
</HEAD>
<BODY onLoad="init();">
<DIV class="background"></DIV>
<DIV class="title">MultiGCS</DIV>
<DIV class="menu"><A onclick="overview_show()">OVERVIEW</A> <A onclick="video_show()">VIDEOS</A> <A onclick="download_show()">DOWNLOADS</A></DIV>
<HR class="hrline">
<DIV class="left">
<H3>Overview</H3>
<BLOCKQUOTE>
Ground-Control-Station for multiple Protocols and multiple Platforms
<LI>based on OpenGL/OpenGL-ES with SDL/SDL2
<LI>Support for MavLink (Autoquad6, MegapiratesNG, APM2, ...)
<LI>Support for MultiWii-2.1 (MultiWii ...)
<LI>Support for Baseflight (Naze32, MW32 ...)
<LI>Support for UAV-Talk (OpenPilot, CC, C3D, ...)
<LI>Support for NMEA-GPS
<LI>Support for FrSky-Telemetrie (incl. GPS and RSSI)
<LI>Display and Control up to 9 UAV's at the same time
<LI>FollowMe and Swarm Support for Mavlink as Slave's (every GPS-Enabled UAV can be used as Master)
<LI>Survey-Function's for mavlink-mission's
<LI>Network-Support: HTML5 Frontend and (Live-)Data-Export (Google-Earth, Blender)
<LI>Touchscreens-Optimization
<LI>for Linux-PC's, Mac-OSX, Android, Windows and Raspberry-PI(raspbian-wheezy)
<LI>GPL v2 or later
</BLOCKQUOTE>
</DIV>
<DIV class="right">
<SCRIPT>
var image_n = 0;
var images = [
"sc_hud1.png", "sc_hud2.png", "sc_hud3.png", "sc_hud4.png", "sc_hud5.png", "sc_hud6.png",
"sc_telemetry1.png",
"sc_map1.png", "sc_map2.png", "sc_map3.png", "sc_map4.png", "sc_map5.png",
"sc_fms1.png", "sc_fms2.png",
"sc_model1.png", "sc_model2.png",
"sc_ARDUPILOT1.png", "sc_ARDUPILOT2.png", "sc_ARDUPILOT3.png",
"sc_video1.png",
"sc_rcflow1.png", "sc_rcflow2.png",
"sc_tracker1.png",
"sc_tcl1.png",
"sc_survey.png",
"sc_logdownload.png", "sc_multimodel.png", "sc_magcal.png",
"sc_system1.png", "sc_system2.png"
];
var logos = [
"ARDUPILOT", "AUTOQUAD", "BASEFLIGHT", "FRSKY", "GPS_NMEA", "HARAKIRI_ML", "MEGAPIRATE_NG", "MULTIWII_21", "OPENPILOT"
];
var TimerVar = setInterval(function(){myTimer()}, 2000);
var LastIMG = "sc_hud1.png";
var fade_val = 0.0;
function image_fade () {
if (fade_val < 1.0) {
fade_val += 0.1;
setTimeout(image_fade, 50);
}
document.getElementsByClassName("screen2")[0].style.opacity = fade_val;
}
function image_load (image) {
image_n = images.indexOf(image);
var group = image.split("_")[1].split(".")[0].replace(/^[0-9]|[0-9]$/g, "");
if (image == "sc_system2.png") {
var map = "system";
} else {
var map = "pn";
}
document.getElementById('screen').innerHTML ="<IMG class=\"screen1\" src=\"infohtml/" + LastIMG + "\" border=\"0\" usemap=\"#map_" + map + "\">";
document.getElementById('screen2').innerHTML ="<IMG class=\"screen2\" src=\"infohtml/" + image + "\" border=\"0\" usemap=\"#map_" + map + "\">";
document.getElementById('info').innerHTML = "<CENTER>" + group.toUpperCase() + " (" + (image_n + 1) + "/" + images.length + ")</CENTER>";
fade_val = 0.0;
document.getElementsByClassName("screen2")[0].style.opacity = fade_val;
image_fade();
LastIMG = image;
}
function image_next (num) {
window.clearInterval(TimerVar);
image_n += num;
if (image_n < 0) {
image_n = images.length - 1;
} else if (image_n >= images.length) {
image_n = 0;
}
image_load(images[image_n]);
}
function image_group (group) {
window.clearInterval(TimerVar);
var image = "sc_" + group + "1.png";
if (group == "ov") {
image = "sc_system2.png";
}
image_load(image);
}
function myTimer () {
image_n += 1;
if (image_n < 0) {
image_n = images.length - 1;
} else if (image_n >= images.length) {
image_n = 0;
}
image_load(images[image_n]);
}
function overview_show () {
document.getElementById("videos").style.display = 'none';
document.getElementById("downloads").style.display = 'none';
}
function video_show () {
document.getElementById("videos").style.display = 'block';
document.getElementById("downloads").style.display = 'none';
}
function download_show () {
document.getElementById("videos").style.display = 'none';
document.getElementById("downloads").style.display = 'block';
}
function init () {
video_hide();
}
</SCRIPT>
<map name="map_pn">
<area shape="rect" coords="0,0,105,30" onclick="image_next(-1)" />
<area shape="rect" coords="320,0,424,30" onclick="image_next(1)" />
<area shape="rect" coords="320,184,424,280" onclick="image_group('ov')" />
</map>
<map name="map_system">
<area shape="rect" coords="0,0,105,94" onclick="image_group('hud')" />
<area shape="rect" coords="107,0,212,94" onclick="image_group('telemetry')" />
<area shape="rect" coords="213,0,319,94" onclick="image_group('map')" />
<area shape="rect" coords="320,0,424,94" onclick="image_group('fms')" />
<area shape="rect" coords="0,95,105,183" onclick="image_group('model')" />
<area shape="rect" coords="107,95,212,183" onclick="image_group('ARDUPILOT')" />
<area shape="rect" coords="213,95,319,183" onclick="image_group('rcflow')" />
<area shape="rect" coords="320,95,424,183" onclick="image_group('video')" />
<area shape="rect" coords="0,184,105,280" onclick="image_group('tcl')" />
<area shape="rect" coords="107,184,212,280" onclick="image_group('tracker')" />
<area shape="rect" coords="213,184,319,280" onclick="image_group('system')" />
<area shape="rect" coords="320,184,424,280" onclick="image_group('system')" />
</map>
<DIV class="info" id="info"><CENTER>HUD (1/26)</CENTER></DIV>
<DIV class="prev" onclick="image_next(-1)"><IMG width="64px" height="256px" src="infohtml/prev.png"></DIV>
<DIV id="screen" class="preview"><IMG class="screen1" src="infohtml/sc_hud1.png" usemap="#map_pn"></DIV>
<DIV id="screen2" class="preview"><IMG class="screen2" src="infohtml/sc_hud1.png" usemap="#map_pn"></DIV>
<DIV class="next" onclick="image_next(1)"><IMG width="64px" height="256px" src="infohtml/next.png"></DIV>
</DIV>
<DIV class="bottom">
<H3>Platform-Support</H3>
<BLOCKQUOTE>
<TABLE id="table" width="100%">
<TR><TH width="1%">Function</TH><TH width="2%">Linux-Desktop</TH><TH width="2%">Raspberry-PI</TH><TH width="2%">MacOS-X</TH><TH width="2%">Windows</TH><TH width="2%">Android</TH></TR>
<TR><TD>Display</TD><TD>OpenGL</TD><TD>OpenGL-ES2</TD><TD>OpenGL</TD><TD>OpenGL</TD><TD>OpenGL-ES1.1</TD></TR>
<TR><TD>(USB-to-)Serial</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD></TR>
<TR><TD>Bluetooth</TD><TD>rfcomm</TD><TD>rfcomm</TD><TD>???</TD><TD>???</TD><TD>Yes (device-name: radio3dr)</TD></TR>
<TR><TD>Text to Speak</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>No</TD><TD>Yes</TD></TR>
<TR><TD>Network-Support</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>No</TD><TD>Yes (buggy/unstable)</TD></TR>
<TR><TD>Draw to Buffer</TD><TD>Yes</TD><TD>No</TD><TD>Yes</TD><TD>No</TD><TD>Yes</TD></TR>
</TABLE>
</BLOCKQUOTE>
<H3>Protocol-Support</H3>
<BLOCKQUOTE>
<TABLE id="table" width="100%">
<TR><TH width="1%">Function</TH><TH width="2%">MavLink</TH><TH width="2%">MultiWii2.1</TH><TH width="2%">UAV-Talk</TH><TH width="2%">Frsky</TH><TH width="2%">NMEA</TH></TR>
<TR><TD>HUD</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>ACC-Only</TD><TD>No</TD><TD>No</TD><TD>No</TD></TR>
<TR><TD>MAP</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>No</TD><TD>No</TD></TR>
<TR><TD>Telemetry</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>No</TD><TD>No</TD><TD>No</TD></TR>
<TR><TD>Setup</TD><TD>Yes</TD><TD>Yes</TD><TD>Yes</TD><TD>No</TD><TD>No</TD><TD>Yes</TD><TD>Yes</TD></TR>
<TR><TD>File-Save/Restore</TD><TD>Yes</TD><TD>No</TD><TD>No</TD><TD>No</TD><TD>No</TD><TD>No</TD><TD>No</TD></TR>
</TABLE>
</BLOCKQUOTE>
</DIV>
<DIV id="videos" class="videos" style="display:none;">
<CENTER><BR>
<iframe width="420" height="315" src="http://www.youtube.com/embed/9iq7iixyDt0" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/X8d1B323wJM" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/b9l3jsoXP6Y" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/8r8M5irb87o" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/P0gsqOYpYQQ" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/MWO1KQSfk5c" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/_wpgu_E-BV0" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/PtVARV14PL4" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/jaR6KQMP6LE" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/fPJCTeGPp1o" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/2Hzu1I2jAT8" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/at_vWP97hX4" frameborder="0" allowfullscreen></iframe>
</CENTER>
</DIV>
<DIV id="downloads" class="downloads" style="display:none;">
<CENTER>
<iframe width="100%" height="100%" src="list.php" frameborder="0"></iframe>
</CENTER>
</DIV>
</BODY>
</HTML>