-
Notifications
You must be signed in to change notification settings - Fork 29
/
demo.html
36 lines (35 loc) · 1.69 KB
/
demo.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
---
layout: onecolumn
title: Demo
demo: active
description: Examples of Signal K web apps
---
<h2>Signal K Demonstrator</h2>
<p>
The Signal K Server reference design is written in NodeJS, the popular development platform based on Google Chrome’s
JavaScript runtime environment and it can run on a lot of different hardware including x64, arm, arm64, ppc64le,
power7, power8, and s390x.
</p>
<p>
One of the most popular hardware platforms for Signal K is the Raspberry Pi, which on a “Processing Power to Dollar”
ratio, is pretty unbeatable and with so many people using it, getting help and support is much easier than for other
platforms.
</p>
<p>
If you have a Raspberry Pi and would like to give Signal K a try, we have prepared a detailed “Getting Started” guide
that will give you all of the information you need - <a href="https://github.com/signalk/signalk-server-node/blob/master/raspberry_pi_installation.md" target="_blank">Signal K Node.js on Raspberry Pi</a>
</p>
<p>
A fully working version of the latest Signal K Node-Server is currently running on the Signal K demo webserver and if
you click on the link below it will open in a new tab. You will be taken to the Server’s “Dashboard” where you can
then click on the Webapps menu to see some typical Signal K Apps.
</p>
<p>
This is the same Node Server that you could be running on a Raspberry Pi on your boat and it would be your boat’s
real data being displayed in your web browser, rather than our demo data.
</p>
<p>
<a href="http://demo.signalk.org" target="_blank" class="button-big" title="Open Signal K Node Server in a new tab">
Open Signal K Node Server <i class="fa fa-external-link"></i>
</a>
</p>