-
-
Notifications
You must be signed in to change notification settings - Fork 11
Multiple Gateways #8
Comments
I didn’t know you could run this app in Docker, because it used multicast to receive info from the gateway(s). And multicast traffic (by default) won’t reach your container. Implementing more then one gateway is on my list, but I only have one gateway so I cannot test/implement this. |
If you use the network host option it works. Well it also works if you open
up udp ports. 224.0.0.50:9898/udp.
Den 30 jan. 2018 10:01 em skrev "Stephan van Rooij" <
[email protected]>:
I didn’t know you could run this app in Docker, because it used multicast
to receive info from the gateway(s). And multicast traffic (by default)
won’t reach your container.
Implementing more then one gateway is on my list, but I only have one
gateway so I cannot test/implement this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeunGmBBZ1ydKAu2NxJNDiULbwIqdE3Zks5tP4MdgaJpZM4RvpKr>
.
|
@bebben88 could you verify my new version? I cannot test out this version since I don't own a second gateway. Please re-open if it doesn't work. |
Just testing it in a haste before i'll go to sleep, i get some exception, remember i run it in a docker, so i dont know if thats the trouble now. I will test it further in the next day. dgram.js:614 Error: addMembership EADDRINUSE |
I have two gateways in my network. When I start this fine script it keeps disconnecting and connecting between the two. I'm running this in a docker container. I dont know if that produces an issue too.
The text was updated successfully, but these errors were encountered: