You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some Pyro5 code that communicates between two computers on my home network. The code works fine but I would like to test it with 5 to 10 computers on the same network. Since I don't have more than two physical computers, is there a way to test this virtually using virtual machines, Docker containers, or something else? Does Pyro5 work with any of these solutions?
The text was updated successfully, but these errors were encountered:
Pyro5 just uses the basic TCP/IP network services. In the documentation are some tips on what you might need to set in the configuration to make your servers externally reachable, but Pyro itself is not tied to one solution or another. As long as the network setup properly ensures connectivity and port forwarding you should be able to configure Pyro clients and servers to talk to each other
I have some Pyro5 code that communicates between two computers on my home network. The code works fine but I would like to test it with 5 to 10 computers on the same network. Since I don't have more than two physical computers, is there a way to test this virtually using virtual machines, Docker containers, or something else? Does Pyro5 work with any of these solutions?
The text was updated successfully, but these errors were encountered: