Hi!
I'm working on a permanent sound installation in a building. A computer will run a Linux distribution and PD. We want to control the patch remotely, ideally over Internet, at least over local network. The control will be pretty simple: some sliders, bangs and toggles, values. We obviously need a feedback.
The IP of the building will probably be static so we can access the computer, but we want to access it from dynamic IP anywhere.
I found some clues about how to do that, but I'm not sure what is the best solution for our needs:
-webPD: https://github.com/sebpiq/WebPd. The patch and the remote computer access the same server, maybe on localhost in the building
-[netsend] [netreceive]: but I guess we need a relay, and I don't know how...
-other??
thank you!