Skip to content

How to add custom data to the full model? #64

Closed Answered by tkurki
cybardev asked this question in Q&A
Discussion options

You must be logged in to vote

You really should read up on communication protocols, to understand the relationship of POST, HTTP, TCP and UDP.

You can also find examples of sending Signal K over UDP with a bit of googling, but here goes from the command line:
echo '{"updates":[{"values":[{"path":"navigation.speedOverGround","value":3.14}]}]}' |nc -4u -w1 127.0.0.1 7778

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@cybardev
Comment options

@tkurki
Comment options

@cybardev
Comment options

@tkurki
Comment options

Answer selected by cybardev
@cybardev
Comment options

@cybardev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants