Hello,
I have this peculiar setup that I wish to try and get working.
I have a piece of hardware, that I have no control network wise, except for network address assignement (it can accept DHCP or static IP), and I’d like to access this hardware remotely. It’s an audio mixing desk (soundcraft actually) that uses HiQNet protocol to communicate. It uses multicast to announce its presence, and, the connection is peculiar, the controller sends a message to the mixer telling it it wants to start a connection, and the mixer connects to the controller, it’s the mixer that initiates the connection.
I’m wondering what would be the best method to do such thing using zerotier. I have a self hosted zerotier controller, and I can make an SBC to connect the mixer into, what would be the best method to have this setup working with an SBC (raspberry pi or similar) on the mixer, and a remote windows zerotier client?
I guess routing between ZeroTier and Physical Networks method won’t work, as it doesn’t support multicast nor connections can’t be initiated from the SBC to the zerotier client (which is required here), so, Layer 2 bridge would be my only option ?
Best regards