@signalk/streams

Utilities for handling streams of Signal K data

Usage no npm install needed!

<script type="module">
  import signalkStreams from 'https://cdn.skypack.dev/@signalk/streams';
</script>

README

@signalk/streams

Used within the Signal K Node Server for streaming and converting input data in different formats.

The code is not compiled and is not more effective, but allows using the streams and their conversions independently outside the server.

Development

  • Install dev packages with npm i.
  • Edit files with /src.
  • npm link
  • cd ../../
  • npm link @signalk/streams
  • Restart signalk npm start