@signalk/streams
v4.3.0
Published
Utilities for handling streams of Signal K data
Downloads
1,299
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