I have a Raspberry Pi, that must run a Python script so i can manually turn ON/OFF an LED. Because I don't want to run the server on the Pi, I installed Web2Py on another machine (PC with Ubuntu). For now i can only retrive data from a MySQL database (temperature and humidity), but i cannot run other scripts using a button from the web page.
Example: I press ON button on the Web2Py server installed on the laptop => Raspberry's Pi LED turns ON. (which is connected to GPIO)
It is possible to do such a thing ?