Open Ebdulmomen1 opened 2 years ago
Hi @Ebdulmomen1, I'm doing well, thanks!
Yes, multiple senders to a receiver on another network works fine. I use multiple senders and multiple networks in my own Yin Yang Ranch setup. I suggest you do your testing of senders and receiver on one network, then expand testing to a 2nd network, etc. Here is a sequence that I have found to be helpful:
Port forwarding and setting firewall ports for in and out can be quite challenging. Every network combination is different, but a way through can be found if you have IP addresses and ports set up correctly. Always test with the smallest possible sending and receiving programs before make your programs more complex.
Let me know if you try this and run into difficulties. Also, if you have additional questions, show me a snippet of your sending and receiving code that show whether you are using REQ/REP or PUB/SUB.
Jeff
Hi Jeff, thank you for the detailed answer, I did some tests and got it working using ssh tunneling by Ngrok(since I don't have a public IP), I will share the complete example with a detailed description of my case when I find some time if you would like maybe you could even add it to the docs for people who want to get it working on different networks even though their ISP doesn't offer a public IP (I'm in Iraq, this is a common case), Thank you again!
Hi @Ebdulmomen1, thanks for the update. I would appreciate your sharing a complete example description when you have time. I will definitely include it in the imageZMQ docs. I think it would work well to have it be a separate document titled "Using imageZMQ with external networks and firewalls" with a link to it in "Additional Documentation and Examples" section of the main README.rst
. A documentation file named "external-networks.rst" in the docs folder would work well. Feel free to write a draft and send a pull request if you have time and interest to do so. Or just put a description in this thread and I will create the file. Thanks!
@Ebdulmomen1 any update on how you manage to use imageZMQ with external networks and firewalls? Thanks
Hi Jeff, hope you're doing well, I wondered if I could stream video from multiple clients to a remote server on another network?