I am able to successfully run Compute on my windows machine and send requests to it from the same machine.
However, I can not access Compute from another machine on the same network. I set the IP address in the compute.rhino3d/src/compute.geometry/Config.cs file on line 44. Should I be doing something else?
AFAIK I am running a ‘Development’ environment (developing and testing code, local network, no windows server) and should therefor not set up CPU billing.
Open a new powershell console and navigate to the Rhino.Compute build output. It should be in a path like C:<path on your computer>\compute.rhino3d\src\bin\Debug\rhino.compute
run Rhino.Compute by typing rhino.compute and pressing enter.
After rhino.compute starts, you should be able to connect to the machine hosting rhino.compute from another machine on the same network by using the machine’s IP address and the 5000 port. For example: http://192.168.0.21:5000.