Skip to content
Discussion options

You must be logged in to vote

OK, first of all trust in AIs is misguided - possibly useful, but not the authoritative source for anything.

Yes, you can use a file with NMEA0183 data as input, but it only works for a static file.

But to answer your question "how I can integrate an external sensor where data can be provided in JSON without developing a plugin or use an MQTT".

  1. Signal K Delta messages over WebSocket. Preferred, because there are built in mechanisms for authentication, encryption and compression.
  2. A separate process that writes line delimited Delta messages to its stdout, launched by the SK server. No separate processes needed, but needs to be configure manually, see example. This is pretty handy if you al…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ThB0987
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sbender9
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tkurki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants