-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (64 loc) · 2.65 KB
/
index.html
File metadata and controls
76 lines (64 loc) · 2.65 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
---
title: SolarNetwork
layout: main
nav-selection: home
---
<section>
<h1>We've moved!</h1>
<p>Most of this site has moved to <a href="https://solarnetwork.net/">solarnetwork.net</a>.
Some links to API documentation remain below.</p>
<p>If you're interested in viewing, tinkering with, or contributing
to the code powering the SolarNetwork project, we welcome you. You can download all
the source code from <a href="https://github.com/SolarNetwork">GitHub</a>. See the
<a href="https://github.com/SolarNetwork/solarnetwork/wiki/Developer-Guide">Developer
Guide</a> wiki page for information on getting started.</p>
<a class="button" href="https://join.slack.com/t/solarnetwork-f8n/shared_invite/zt-1qhses7cw-FhwcUlSiYh~3KYIDouOH4w" target="_blank">
Chat about SolarNetwork on Slack
</a>
<div class="note">
We are working hard on a new <a
href="https://solarnetwork.github.io/solarnode-handbook/">SolarNode Handbook</a>,
packed full of helpful information on how to get starting using SolarNode. It is an ongoing
effort, but check it out for the most up-to-date information.
</div>
</section>
<section>
<h2>SolarNetwork API SDK - JavaScript</h2>
<p>The following are links to the JSDoc documentation available with the
SolarNetwork SDK JavaScript packages published to NPM.</p>
<h3>API - Core</h3>
<p>The core SolarNetwork API.</p>
<ul>
<li><a href="docs/api/js/solarnetwork-api-core/1.1.0/">1.1.0</a></li>
<li><a href="docs/api/js/solarnetwork-api-core/1.0.0/">1.0.0</a></li>
</ul>
<h3>API - NIM</h3>
<p>The SolarNode Image Maker API, used to produce customized SolarNode OS images.</p>
<ul>
<li><a href="docs/api/js/solarnetwork-api-nim/1.0.0/">1.0.0</a></li>
</ul>
<h3>API - SSH</h3>
<p>Remote control for SolarNode devices.</p>
<ul>
<li><a href="docs/api/js/solarnetwork-api-ssh/0.2.2/">0.2.2</a></li>
</ul>
<h3>Control Toggler</h3>
<p>Helper for toggling a switch-like control connected to a SolarNode.
An example app that demonstrates using these features
<a href="https://go.solarnetwork.net/dev/control-toggle/">is available</a>.</p>
<ul>
<li><a href="docs/api/js/solarnetwork-control-toggler/0.2.0/">0.2</a></li>
</ul>
<h3>Datum Loader</h3>
<p>Helpers for downloading data from SolarNetwork, including large data ranges.
An example app that demonstrates using these features
<a href="https://go.solarnetwork.net/dev/datum-loader/">is available</a>.</p>
<ul>
<li><a href="docs/api/js/solarnetwork-datum-loader/0.10.0/">0.10</a></li>
</ul>
<h3>Test Utils</h3>
<p>Utilities for helping write unit tests with the SolarNetwork SDK.</p>
<ul>
<li><a href="docs/api/js/solarnetwork-test-utils/0.2.0/">0.2</a></li>
</ul>
</section>