Is there a way to run the client launcher in a "listen" mode, where I could tell the server to open a client connection to an IP address and run a given project. Think of it like a client "slave" mode if that makes sense, where traffic originates on the server and then the client responds, where a normal client connection is originated on the client, and then the server responds.
Nothing like that is built in, but I imagine you could run a python or other scripted background task in user context on a machine, and have it run the right launch command upon remote demand.
1 Like