1.2.3 • Published 2 months ago

@signalk/course-provider v1.2.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

Course Provider Plugin:

Signal K server plugin that acts as a Course data provider.

Note: This plugin should ONLY be installed on Signal K Server version 2.0 or later!


This plugin populates the following course data paths found under navigation.course.calcValues as well as providing an API endpoint at /signalk/v2/api/vessels/self/navigation/course/calcValues:

  • calcMethod
  • bearingTrackTrue
  • bearingTrackMagnetic
  • crossTrackError
  • previousPoint.distance
  • distance
  • bearingTrue
  • bearingMagnetic
  • velocityMadeGood
  • timeToGo
  • estimatedTimeOfArrival
  • targetSpeed
  • route.distance
  • route.timeToGo
  • route.estimatedTimeOfArrival

AND

  • performance.velocityMadeGoodToWaypoint

Additionally it will raise the following notification:

  • notifications.navigation.arrivalCircleEntered: alert message is sent when the value of distance falls below the value of navigation.course.nextPoint.arrivalCircle.

  • notifications.navigation.perpendicularPassed: alert message is sent when the perpendicular line (relative to navigation.course.previousPoint.position at the destination has been passed by the vessel.

Configuration


Notifications: provides configuration for generated notifications.

  • Enable sound: Checking this option sets the sound flag for any notifications generated.

Calculation method: Select the course calculation method to use and the paths to populate.

  • GreatCircle (default): populates values using GreatCircle calculations.
  • Rhumbline: populates values using Rhumbline calculations.
1.2.0

2 months ago

1.1.1

6 months ago

1.2.3

2 months ago

1.2.2

2 months ago

1.2.1

2 months ago

1.0.2

1 year ago

1.1.0

10 months ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago

1.0.0-beta.6

2 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.4a

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.1

3 years ago