I have an already running python application on a workstation 1 on the network. On workstation 2 on the same network I want to run another python application which sends a signal to the workstation 1 python application which is already running, just like if I was pressing a button on workstation 1, triggering a function. The workstations are a mix on Windows and OSX. Is this possible?
You should use sockets, the examples here are exactly what you're looking for:
https://docs.python.org/2/library/socket.html#example
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With