-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use plugin within a standalone Node Red deployment rather than embedded #22
Comments
I don't currently have a plans for this. It would be a good amount of work. |
Is there any update on this one? What is the reason to restrict it to the embedded instance? |
With the current implementation communication between node-RED and Signal K server happens directly, inside one process. This has many benefits, among others the ability to pass all incoming data through n-r with very little performance overhead, but also the code is much simpler this way ("good amount of work" comment above). The communication could take place between local processes and/or via network, but nobody has implemented that kind of bridging and in process is now the only option. |
How about a lightweight SignalK plugin to receive the data? |
I've made a sub flow that acts as a SignalK client and doesn't need to run embedded. |
Are there any plans to allow the SignalK plugin for Node red to be added to a standalone Node Red deployment rather than within a Node Red inside of Signal K.
The text was updated successfully, but these errors were encountered: