Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Create MDBOOK documentation for Signal K server. #1583

Merged
merged 44 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2b160c0
Create MDBOOK and migrate SRC
tkurki Sep 26, 2023
87bccfe
Incorporate additional content .
panaaj Jul 28, 2023
46a8d47
Add server guide to Admin UI Documentation menu.
panaaj Jul 30, 2023
68358f5
Build output as current user id (not as root)
panaaj Aug 2, 2023
fe9a838
Update references and links
panaaj Aug 2, 2023
57ec174
Include generated output in repository.
panaaj Aug 2, 2023
7989233
Additional edits and formatting.
panaaj Aug 9, 2023
cd199ae
Update diagrams.
panaaj Aug 11, 2023
214d4f0
Add "under development" pages for WIP APIs.
panaaj Aug 23, 2023
6630ef6
Add generatings page.
panaaj Aug 23, 2023
e86a592
chore: fix spelling
panaaj Aug 30, 2023
039aca0
build from root package.json
tkurki Sep 5, 2023
d54c66d
fix build:docs to use current user id.
panaaj Sep 6, 2023
198fe9f
Add missing resourcesAPI methods to server api doc
panaaj Sep 6, 2023
37e72c2
chore: remove doc build script entries.
panaaj Sep 6, 2023
226b0e7
build => build:docs
tkurki Sep 7, 2023
4c34240
don't leave docs containers dangling
tkurki Sep 7, 2023
6b39c4f
build docker container
tkurki Sep 7, 2023
4d10a3a
add Anchoralam feature howto
tkurki Sep 7, 2023
33fcbe5
reorganise summary, fold logo into configuration
tkurki Sep 7, 2023
823d7e9
Format anchor-alarm feature
panaaj Sep 9, 2023
8c0ef18
anchor alarm: Add link to access requests.
panaaj Sep 9, 2023
539fd31
add achor-alarm TOC
panaaj Sep 12, 2023
05c5961
update built docs
panaaj Sep 12, 2023
546ab8c
align course interface method names.
panaaj Sep 13, 2023
039dbdd
add dataserver feature
tkurki Sep 13, 2023
eef382f
chore: add branch fly.io config
tkurki Sep 13, 2023
96fd095
Aligned format of NavData server doc.
panaaj Sep 16, 2023
5823fb4
update courseApi interface methods.
panaaj Sep 16, 2023
9fe5717
Placeholder for Anchor API
panaaj Sep 16, 2023
8906933
feature: add link back to admin ui
tkurki Sep 17, 2023
5c5bddd
remove generated files
tkurki Sep 26, 2023
b613250
fixes and tweaks
tkurki Sep 17, 2023
8f90dea
move seatalk under docs
tkurki Sep 26, 2023
abfc298
reorganise sidebar
tkurki Sep 26, 2023
b3d9ad6
update Readme: env variables, command line options
tkurki Sep 26, 2023
792d3e4
Align format of seatalk.md
tkurki Sep 26, 2023
61104f3
update course api plugin interface return types.
panaaj Sep 20, 2023
27f9c1d
fix: ToC opening on mobile chrome
tkurki Sep 23, 2023
ac3bd59
chore: update mdbook to the latest available
tkurki Sep 23, 2023
9b084c7
prettier
tkurki Sep 26, 2023
eeb6ae1
Fix truncated sentence.
panaaj Sep 26, 2023
720c5dd
Punctuation fixes.
panaaj Sep 26, 2023
f813094
Add reportOutputMessages() to server api page.
panaaj Sep 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- "build-docker"
- documentation
tags:
- '*'
- '!v*'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ test/server-test-config/applicationData/
test/server-test-config/ssl-cert.pem
test/server-test-config/ssl-key.pem
test/server-test-config/plugin-config-data/

docs/built
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ publishing.md
bin/linkpackages

fly_io
.github
.github

docs/src
docs/book.toml
docs/server-guide/**/*.dia
70 changes: 14 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
## Contents
* [Introduction](#introduction)
* [Signal K Platform](#signal-k-platform)
* [Community & support](#community--support)
* [Documentation, Community & support](#documentation-community--support)
* [How to get Signal K Server](#how-to-get-signal-k-server)
* [Configuration and use](#configuration-and-use)
* [Supported PGNs, Sentences and more](#supported-pgns-sentences-and-more)
* [Environment variables](#environment-variables)
* [Command line options](#command-line-options)
* [Development](#development)
* [Sponsoring Signal K](#sponsoring-signal-k)
* [License](#license)
Expand All @@ -38,11 +36,11 @@ For Marine vendors who build marine hardware and software, for example those dev
Signal K Server is already running inside products developed by Victron Energy, Airmar Technology and others.

### Software Developers & Boat Electronics Hobbyists
There are many boaters who happen to be highly skilled software developers and engineers, who want to build software for themselves and share with others. If you are one of them, Signal K offers you a free, modern and open platform developed by boaters for other boaters like you. Signal K Server features an extensible [plugin framework](https://github.com/SignalK/signalk-server/blob/master/SERVERPLUGINS.md), [web applications](https://github.com/SignalK/signalk-server/blob/master/WEBAPPS.md) as well as a rich set of [REST](https://signalk.org/specification/1.7.0/doc/rest_api.html) and [Streaming APIs](https://signalk.org/specification/1.7.0/doc/streaming_api.html).
There are many boaters who happen to be highly skilled software developers and engineers, who want to build software for themselves and share with others. If you are one of them, Signal K offers you a free, modern and open platform developed by boaters for other boaters like you. Signal K Server features an extensible [plugin framework](./docs/src/develop/plugins/server_plugin.md), [web applications](./docs/src/develop/webapps.md) as well as a rich set of [REST](https://signalk.org/specification/1.7.0/doc/rest_api.html) and [Streaming APIs](https://signalk.org/specification/1.7.0/doc/streaming_api.html).

Signal K Server takes care of all the complicated parts of protocol decode, and conversions to and from NMEA2000, NMEA0183 and many more protocols. It can also act as data hub for additional sensors, see the [Signal K SensESP project](https://github.com/SignalK/SensESP) for [ESP32](https://en.wikipedia.org/wiki/ESP32).

Signal K Server makes the data available in JSON format according to the [Signal K standard specification](https://signalk.org/specification/latest/). This allows developers to bypass all the hurdles typically encountered when wanting to implement something for a boat. [Getting started with a plugin](https://github.com/SignalK/signalk-server/blob/master/SERVERPLUGINS.md#getting-started-with-plugin-development) is surprisingly easy.
Signal K Server makes the data available in JSON format according to the [Signal K standard specification](https://signalk.org/specification/latest/). This allows developers to bypass all the hurdles typically encountered when wanting to implement something for a boat. [Getting started with a plugin](./docs/src/develop/plugins/server_plugin.md#getting-started-with-plugin-development) is surprisingly easy.

## Signal K Platform

Expand All @@ -52,7 +50,9 @@ Signal K is more than just the Signal K Server, it is a comprehensive platform t
2. **Signal K Server**: Software in this GitHub repository and described in this document. Signal K server is a full stack application developed in Node.js. Its back-end multiplexes data from and to NMEA0183, NMEA 2000, Signal K and other marine protocols, as well as WiFi, LAN and Internet, and provides APIs and websockets for access and control. Its front-end provides an extensible web-based application allowing easy configuration and management of server functions and capabilities.
3. **Signal K Plugins and Webapps**: Built using the extensibility of Signal K Server with a plugin framework, allows developers to develop applications that easily integrate with Signal K server, extend its capabilities and publish them through npm. All published plugins become available in all existing Signal K server installations, which provides an easy distribution mechanism.

## Community & support
## Documentation, Community & Support

[Documentation for Signal K Server](https://demo.signalk.org/documentation).

See [Github Discussions](https://github.com/SignalK/signalk/discussions/) and [Slack (chat)](https://signalk-dev.slack.com/).
New to Signal K Slack? Then [click here for an invite](https://join.slack.com/t/signalk-dev/shared_invite/zt-1leccop43-KrU7G6yBq9g91KXjZtNg1g).
Expand Down Expand Up @@ -85,7 +85,7 @@ And an installer for Windows:

Another level up, this document explains how to install Signal K Server, as well as its dependencies, on a RaspberryPi that is already running Raspberry Pi OS:

* [Installation on a RaspberryPi](https://github.com/SignalK/signalk-server-node/blob/master/raspberry_pi_installation.md)
* [Installation on a RaspberryPi](./docs/src/installation/raspberry_pi_installation.md)

Last, here is how to install the Signal K Server application from NPM:

Expand Down Expand Up @@ -193,61 +193,19 @@ To enable debugging without going through the Admin UI, see the file `~/.signalk
* NMEA0183 sentences: [nmea0183-signalk](https://github.com/SignalK/signalk-parser-nmea0183)
* TODO ADD OTHER SUPPORTED PROTOCOLS

## Environment variables

- `PORT` override the port for http/ws service (default is 3000).
- `SSLPORT` override the port for https/wss service. If defined activates ssl as forced, default protocol (default is 3443).
- `PROTOCOL` override http/https where the server is accessed via https but the server sees http (for example when Heroku handles https termination)
- `EXTERNALPORT` the port used in /signalk response and Bonjour advertisement. Has precedence over configuration file.
- `EXTERNALHOST` the host used in /signalk response and Bonjour advertisement. Has precedence over configuration file.
- `FILEUPLOADSIZELIMIT` override the file upload size limit (default is '10mb').
- `NMEA0183PORT` override the port for the NMEA 0183 over tcp service (default is 10110).
- `TCPSTREAMPORT` override the port for the Signal K Streaming (deltas) over TCP.
- `TCPSTREAMADDRESS` override the address the Signal K Stream (deltas) over TCP is listening on.
- `DISABLEPLUGINS` disable all plugins so that they can not be enabled (default is false).
- `DEFAULTENABLEDPLUGINS` a comma separated list of plugin ids that are overridden to be enabled by default if no setttings exist. lower preference than `DISABLEPLUGINS`.
- `PLUGINS_WITH_UPDATE_DISABLED` a comma separated list of plugin that will not be updated.
- `SECURITYSTRATEGY` override the security strategy module name.
- `WSCOMPRESSION` compress websocket messages (default is false).
- `MAXSENDBUFFERSIZE` the maximum number of bytes allowed in the server's send buffer of a WebSocket connection. The connection will be terminated if this is exceeded. Guards against slow or dysfunctional clients that can not cope with the message volume (default is 512 * 1024 bytes).
- `SIGNALK_SERVER_IS_UPDATABLE` allows the server to be updated through the GUI even if it is not installed in the standard paths (default is false). if set to true, the server must have been installed with `npm install -g signalk-server`.
- `SIGNALK_DISABLE_SERVER_UPDATES` disables server updates in the GUI (default is false).
- `DEBUG` a comma-separated list of tags for debugging the specified module (For example: signalk-server*,signalk-provider-tcp). Can now be defined directly in the graphical interface.
More help on how to use the debug here: https://www.npmjs.com/package/debug#wildcards
- `IS_IN_DOCKER` used to tell the server it is in Docker and not normally updateable (default is false).
- `NPMREGISTRYTIMEOUT` how long to wait for the registry when retrieving the App Store listing (default is 20s).
- `SECRETKEY` a secret string used to generate an authentication token (the internal default autogenerated is a string of 512 hex chars like 'ef8307a4c7a4bd7...309d947bca3')
- `ALLOW_DEVICE_ACCESS_REQUESTS` used when a device needs to gain access to a secured Signal K server (default is true) (https://signalk.org/specification/1.4.0/doc/access_requests.html).
- `ALLOW_NEW_USER_REGISTRATION` (default is true).
- `ADMINUSER` force a account for admin user (username:password format).
- `PRESERIALCOMMAND` command to run before opening a serial port.
- `MFD_ADDRESS_SCRIPT` command to run to provide a comma separate list of server addresses to advertise to (Navico) MFDs.
- `SIGNALK_NODE_SETTINGS` override the path to the settings file.
- `SIGNALK_NODE_CONFIG_DIR` override the path to find server configuration. Includes all run-time changing content: configuration files, plugins, plugin configuration files, webapps, and so forth.

## Command line options

- `-c`: same as env variable `SIGNALK_NODE_SETTINGS`
- `-s`: same as env variable `SIGNALK_NODE_CONFIG_DIR`
- `--sample-nmea0183-data`: starts signalk-server with sample NMEA0183 data.
- `--sample-n2k-data`: starts signalk-server with sample NMEA2000 data.
- `--override-timestamps`: overrides timestamps in the sample NMEA2000 data with current date and time. Doesn't apply nor makes a difference to NMEA0183 sample data.
- `--securityenabled`: one of the ways to enable security. For a fresh install this makes the Admin UI force the user to create an admin account before he/she can continue further into the UI. See [SECURITY.md#enabling-security](https://github.com/SignalK/signalk-server/blob/master/SECURITY.md#enabling-security) for further details.


## Development

### Further reading

The documents provide more details about developing Webapps or Plugings for Signal K Server, as well as working on the server itself:

* [Contributing to this repo](docs/CONTRIBUTING.md)
* [Server Plugins](SERVERPLUGINS.md)
* [Webapps](WEBAPPS.md)
* [Working with the Course API](WORKING_WITH_COURSE_API.md)
* [Working with the Resources API](WORKING_WITH_RESOURCES_API.md)
* [Resource Provider Plugins](RESOURCE_PROVIDER_PLUGINS.md)
* [Security](SECURITY.md)
* [Contributing to this repo](docs/src/develop/contributing.md)
* [Server Plugins](docs/src/develop/plugins/server_plugin.md)
* [Webapps](docs/src/develop/webapps.md)
* [Working with the Course API](docs/src/develop/rest-api/course_api.md)
* [Working with the Resources API](docs/src/develop/rest-api/resources_api.md)
* [Resource Provider Plugins](docs/src/develop/plugins/resource_provider_plugins.md)
* [Security](docs/src/security.md)

### Install from git

Expand Down
106 changes: 0 additions & 106 deletions SECURITY.md

This file was deleted.

Loading
Loading