Skip to content

Not all SignalK data is available over all interfaces #479

@bkp7

Description

@bkp7

Currently:

  • REST API (signalk-http) MAY be implemented
  • Websockets (signalk-ws) not clear whether implementation is mandatory or optional
  • TCP streaming (signalk-tcp) MAY be implemented - but no documentation (schemas mention MQTT and STOMP)
  • signalk over UDP is mentioned in docs but is forbidden by the schema

Currently only value/values are well defined within the Websockets interface (deltas). The Websocket get, list and put functions which allow access to all data via websockets are not well documented see #465.

Q: Is implementation of a websockets interface by a server mandatory?
Q: Is implementation of get within websockets mandatory? (presumably yes since the REST API is optional)

There is currently no way to stream meta or resource changes although PR #454 seeks to deal with meta.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions