nimblewillo - I'm thinking it's not, but is the...
I'm thinking it's not, but is the sensesp stack smart enough to handle two signalk servers? I've got one on my pi but I recently added it to my cerbo for the easy remote access. I'm guessing that it'll just select the first one it sees to ship data?
5 Replies
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
Right now it's happy to find a server using mdns, I wasn't sure if it was smart enough to report in to two different servers at once.
I'm aware that hard coding it is an option, and will probably do that for my non-test setup
but, it may be nice if it can deal with the server dying
or multiple report destinations
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
That hasn't really been considered. It should be possible to create another instance of
WSClient
(to be renamed to `SKWSClient in v3 for clarity) to achieve that, but expect to hit some rough edges.Eh, it would be interesting to make it send R/O data via multicast.