How to get data from one Signal K server to another #103
Unanswered
Shelis1976
asked this question in
Q&A
Replies: 3 comments
-
I wrote signalk-to-batch-format and signalk-from-batch-format for this use
case, although if you need a literal direct TCP connection, that's not how
this works. There are lots of ways to achieve this, but this approach
works for me. See the README
https://github.com/c33howard/signalk-to-batch-format
https://github.com/c33howard/signalk-from-batch-format
…On Fri, Feb 9, 2024 at 2:06 PM Shelis1976 ***@***.***> wrote:
I have two servers in different localisation and for question purpouses i
called them server1 and server two.
Serwer1 has all data colected. I want to transmit data from serwer1 to
server2. It is important that server1 should be sender. Best if I can
choose wchich data can be transmited and ex ones per 15 min.
Connection from server2 as a c;lient and server1 as a server works but it
is not correct for me. Has anyone adwice how to built connections? Thanks
—
Reply to this email directly, view it on GitHub
<#103>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN33OWNF3XOP3IHHXK4HJDYS2MVVAVCNFSM6AAAAABDCEKSDWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGIYDCNJVGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
hi thands |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two servers in different localisation and for question purpouses i called them server1 and server two.
Serwer1 has all data colected. I want to transmit data from serwer1 to server2. It is important that server1 should be sender. Best if I can choose wchich data can be transmited and ex ones per 15 min.
Connection from server2 as a c;lient and server1 as a server works but it is not correct for me. Has anyone adwice how to built connections?
Mayby synchronization both servers is possible?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions