Jeff Bass
Jeff Bass
`imageZMQ` already has the ability to choose a port for binding. When you instantiate either the `ImageSender` or `ImageHub` class, you must specify a TCP address and port. When using...
My understanding of ZMQ is that the "bind before connect" procedure that is sometimes seen in non-ZMQ socket protocols is not necessary when using ZMQ. The `address` specified in `self.zmq_socket.connect(address)`...
I believe you are misunderstanding what the ZMQ connect method does. It does much more than just "connect". The ZMQ connect method parses out the port number provided in the...
Hi @bharat8, There are 3 programs required to run the advanced_http.py program: 1. `advanced_send.py` -- creates images with a rectangle with numbers in it and sends these images to an...
Could you elaborate your question a bit? What are you experiencing? Is one of the programs slow or not working for you? Are you transferring the images in image form...
Another user asked about this in issue #19. I don't use Windows (or Anaconda, also mentioned in #19 ), so I'm afraid I don't know from my own direct experience....
In issue #19, the coder mentioned that "the solution is to change the inbound block rule to let any connections can go through the port 5555". I don't know any...
Thanks, @hjinlee88 . I really appreciate your testing.
Hi @AgardnerAU , this is the best forum for your questions and requests for help. Since I don't use Windows or have any recent Windows experience, I can't help you...
@AgardnerAU , here are the things I would try if I had a Windows computer. Please try them in order and report back by replying to this issue. Thanks! 1....