-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·98 lines (97 loc) · 4.34 KB
/
index.html
File metadata and controls
executable file
·98 lines (97 loc) · 4.34 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
---
layout: index
title: Home
permalink: /
---
<div id="service">
<div class="row centered gost-desc">
<h1>GOST</h1>
<h2>IoT Platform</h2>
<h3>OGC SensorThings API certified software</h3>
<h4>GOST is alpha software and is not (yet) considered appropriate for customer use. Feel free to help development :-)</h4>
</div>
<div class="row centered info-desc">
<div class="col-md-4">
<i class="fa fa-heart-o"></i>
<h4>OPEN SOURCE</h4>
<p>GOST is open-source software, the source code can be found on GitHub</p>
<p><br/><a href="https://www.github.com/gost/home" class="btn btn-theme">View on GitHub</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-file-text-o"></i>
<h4>MIT LICENSE</h4>
<p>GOST is licensed under MIT which puts only very limited restriction on reuse</p>
<p><br/><a href="https://opensource.org/licenses/MIT" class="btn btn-theme">View License</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-code"></i>
<h4>GO</h4>
<p>GOST is written in Go which is open-source and fast to learn, compile, deploy and run. Go also has good
cross-platform support</p>
<p><br/><a href="https://golang.org/" class="btn btn-theme">More Info</a></p>
</div>
</div>
<div>
<img id="ogc-logo" src="{{ "/assets/img/ogc_logo.png" | prepend: site.baseurl }}" alt="OGC" >
</div>
<div class="row centered st-desc">
<h1>OGC SensorThings API</h1>
<h2> An Open Geospatial Consortium (OGC) standard providing an open and unified framework to interconnect IoT sensing
devices, data, and applications over the Web. It is an open standard addressing the syntactic interoperability and
semantic interoperability of the Internet of Things. GOST is an OGC certified implementation on all levels. See
<a href="http://www.opengeospatial.org/resource/products/details/?pid=1419">OGC GOST Product details</a>.
</h2>
</div>
<div class="row centered info-desc">
<div class="col-md-4">
<h4>REDUCE HARDWARE COSTS</h4>
<p>There is no need for expensive hardware IoT servers. Run GOST on a cheap Raspberry Pi (sub 25$) and reduce your costs.</p>
</div>
<div class="col-md-4">
<h4>REDUCE LICENSE COSTS</h4>
<p>There is no need for expensive license costs for your IoT infrastructure. GOST is free and open source software.</p>
</div>
<div class="col-md-4">
<h4>SIMPLIFY</h4>
<p>It simplifies and accelerates the development of IoT applications without worrying about
the protocols of the different IoT devices. Innovate quickly by using MQTT protocol and Docker today!</p>
</div>
</div>
<div>
<object id="moby" data="{{ "/assets/img/moby.svg" | prepend: site.baseurl }}" type="image/svg+xml" >
</object>
</div>
<div class="row centered st-desc">
<h1>Easy deployment</h1>
</div>
<div class="row centered info-desc">
<div class="col-md-4">
<h4>DOCKER</h4>
<p>GOST can be easily deployed using our docker images, head over to our installation guide to see how</p>
</div>
<div class="col-md-4">
<h4>BINARIES</h4>
<p>Don't want to use Docker? Get the latest binaries and see in our installation guide how it's done</p>
</div>
<div class="col-md-4">
<h4>PLATFORMS</h4>
<p>GOST supports many platforms and is tested on Linux, Windows, Mac, Raspberry Pi (yes it even works on a Raspberry Pi!)</p>
</div>
</div>
<div class="row centered st-desc">
<h1>Dashboard</h1>
</div>
<div class="row centered info-desc">
<div class="col-md-6">
<div>
<img id="dashboard" src="{{ "/assets/img/dashboard.jpg" | prepend: site.baseurl }}" alt="GOST Dashboard" >
</div>
</div>
<div class="col-md-6">
<h4>GOST DASHBOARD</h4>
<p>The dashboard is included in the setup. With the dashboard you can get a quick look in the available sensors, datastreams
and observations.
</p>
</div>
</div>
</div>