I'd like to use a different URL to pass data to the Arduino side of the Yun in addition to /arduino. Is there a way to do that?
For example, I'd like to have arduino.local/myurl/dosomething/8 and have the sketch be able to get that. If there isn't a way to do this, it would be great to add a feature to the system so that the user could configure this from the sketch. For example:
YunClient client = server.accept('myurl');
.phil