New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

freeboard-sk-helper

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freeboard-sk-helper

Freeboard-SK helper plugin for SignalK Server.

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by7.14%
Maintainers
1
Weekly downloads
 
Created
Source

Freeboard-SK-Helper:

Signal K Server helper plugin for Freeboard-SK that acts as an API provider for the Signal K paths that are required to support Freeboard-SK operation and which may not be serviced by a Signal K server or installed plugins:


Note: this plugin may be used from time to time to provide functionality for experimental features that may become part of Feeboard-SK in the future.


Serviced Signal K Paths:

Course Data:

Provider to support the setting of an Active Route or Waypoint / Location as the current Destination.

Used in conjunction with the Derived Data plugin this enables the display of data related to the current destination.

HTTP: (GET/PUT)

./vesels/self/navigation/courseGreatCircle/activeRoute/href

./vesels/self/navigation/courseGreatCircle/activeRoute/startTime

./vesels/self/navigation/courseGreatCircle/nextPoint/position   

Stream:

vessels.self.navigation.courseGreatCircle.activeRoute.href

vessels.self.navigation.courseGreatCircle.activeRoute.startTime

vessels.self.navigation.courseGreatCircle.nextPoint.position

Deltas: (sent for the following paths)

navigation.courseGreatCircle.activeRoute.href

navigation.courseGreatCircle.activeRoute.startTime

navigation.courseGreatCircle.nextPoint.position

Experiments:

GRIB2JSON file provision:

Serves the content of JSON formatted GRIB data produced by the GRIB2JSON tool at the path ./resources/grib.

To make the GRIB JSON file available place the json file in the /home/<user>/.signalk/freeboard-sk-helper/grib folder of your Signal K server.

GRIB JSON data can be viewed in the following ways using the HTTP API:

  1. List summary of available GRIB data: ./resources/grib
  2. List contents of the most current GRIB file: ./resources/grib/latest
  3. List contents of a GRIB file: ./resources/grib/id where id is the id of the GRIB file returned in 1).
  4. List only the specific sections of a GRIB file: ./resources/grib/id:n where id is the id of the GRIB file and n is the index of the section in the file.

Example: get contents of GRIB file 2019101200 ./resources/grib/2019101200

Example: get first section of GRIB file 2019101200 ./resources/grib/2019101200:0

Example: get first and third section of GRIB file 2019101200 ./resources/grib/2019101200:0-2

Tracks provider:

Serves GeoJSON "MultiLineString" features to the path ./resources/tracksin order to make imported Track data available from your Signal K server.

Freeboard-SK v1.11.0 or greater with Experiments enabled will allow GPX Track data to be uploaded a the Signal K server with this plugin installed.

Keywords

FAQs

Package last updated on 02 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc