The context path for all subsequent paths, usually a vessel's path.
An array of paths to subscribe to, with optional criteria
Optional
minPeriod?: undefinedIf policy=immediate or ideal, consecutive messages will be buffered until minPeriod has expired so the receiver is not swamped.
Optional
period?: numberThe subscription will be sent every period millisecs.
Optional
policy?: "fixed"fixed
- Send the last known values every period
.inline
- Send all changes as fast as they are received, but no faster than minPeriod
. With this policy the client has an immediate copy of the current state of the server.Optional
format?: "delta"The signal K format to use for the message. Only delta
is currently supported. See Signal K Data Model
Optional
path?: PathThe path to subscribe to.
Optional
minPeriod?: numberOptional
period?: undefinedOptional
policy?: "instant"Optional
format?: "delta"The signal K format to use for the message. Only delta
is currently supported. See Signal K Data Model
Optional
path?: PathThe path to subscribe to.
A message to allow a client to subscribe for data updates from a signalk server
See
SignalK Specification: Subscription Protocol