-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
81 lines (78 loc) · 4.27 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
---
title: Welcome
layout: default
index: active
description: "Signal K is about publishing a common modern and open data format for marine use. A format for the modern
boat, compatible with NMEA, friendly to WiFi, cellphones, tablets, and the Internet. A format available to everyone,
where anyone can contribute."
---
<div class="row">
<div class="4u">
<h2>What is Signal K?</h2>
<h3>A Free and Open Source universal marine data exchange format</h3>
<p>
Signal K is a modern and open data format for marine use. Built on standard web technologies including JSON,
WebSockets and HTTP, Signal K provides a method for sharing information in a way that is friendly to WiFi,
cellphones, tablets and the Internet. A format available to everyone, where anyone can contribute, Signal K is
the first truly open data format for the marine industry and is set to revolutionize how we consume and interact
with data on boats.
</p>
<h2>Open Source</h2>
<p>
All Signal K source code is published under the <a href="https://www.apache.org/licenses/LICENSE-2.0"
target="_blank">Apache License, Version 2.0</a> and everything else, like protocols and interface descriptions,
under the Creative Commons <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA</a>
license.
</p>
<p>
That means that it is open source, but friendly to companies that want to use it in closed source applications or
hardware. Of course source code contributions are always welcome and encouraged.
</p>
</div>
<div class="4u">
<h2>Who is Signal K for?</h2>
<p>
Signal K was developed by boaters for boaters, with the intention of using the latest mobile and web technologies
to give you access to the same experiences on your boat as you have on land. Many of the developments happening
in home automation and the “Internet of Things”, can be marinised for use on pleasure boats, bringing new
functionality and solutions, that will enrich your boating activities.
</p>
<p>
Signal K is more than just a data standard, it is also the mobile apps, server software, web apps and compatible
hardware that generates and handles this new open data format. On this website, we have information and links
that will help boaters learn more about the features and benefits of Signal K and how to setup their own Signal K
system. In addition we have information and links that will help developers and marine electronics manufacturers
quickly understand the Signal K technology and how they can support it in their products.
</p>
</div>
<div class="4u">
<h2>Community & Support</h2>
<ul class="check-list">
<li><a href="https://github.com/SignalK/signalk/discussions/">Discussions</a></li>
<li><a href="https://discord.com/channels/1170433917761892493/1170433918592368684">Discord (chat)</a> (<a href="https://discord.gg/uuZrwz4dCS">click here for invite</a>)</li>
<li><a href="https://www.answeroverflow.com/c/1170433917761892493">Public index of select Discord channels</a></li>
<li><i><a href="https://signalk-dev.slack.com">Slack</a> was replaced with Discord on 2024-02-18</i></li>
</ul>
<h2>Start Using Signal K</h2>
<ul class="check-list">
<li><a href="{{site.path}}/overview.html">Overview</a></li>
<li><a href="https://github.com/SignalK/signalk-server">Signal K Server</a> on <a href="https://github.com/SignalK/signalk-server/blob/master/raspberry_pi_installation.md">Raspberry Pi</a></li>
<li><a href="{{site.path}}/solutions.html">Apps & Solutions</a></li>
<li><a href="{{site.path}}/references.html">Articles</a></li>
<li><a href="{{site.path}}/gallery.html">Gallery</a></li>
</ul>
<h2>Start Developing Signal K</h2>
<ul class="check-list">
<li><a href="https://github.com/signalk">Code in GitHub</a></li>
<li><a href="http://signalk.org/specification/latest/">Specification & Schema</a></li>
</ul>
<h2>Sponsor Signal K Development</h2>
<ul class="check-list">
<li><a href="https://opencollective.com/signalk">OpenCollective</a></li>
</ul>
<h2>Contact</h2>
<ul>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>