Dear friends, I’m new in the amazing Arduino world, and I’m learning a lot from you all!!!
But finally I’m here because I want to control an Arduino+Ethernet board from a standard hosted webpage (not Arduino hosted web, not using Cosm, not using Teleduino…) I’d want something like this:
Arduino <--> My (nice) web page hosted in an Internet server <--> User
So, the Arduino would run a code to communicate with the web (interface) and there would be simply functions (EG void setAlarmTime(int hour, int minutes); ) so that the web page could make the Arduino to execute them passing the appropriate parameters provided by the user via the said web. There also would be functions like int getRoomTemperature(); to send info from the Arduino to the web. The user would log in the web page, so then he/she can access to a menu where he/she could manage the things controlled by the Arduino.
I’m been looking for stc like this but I’ve seen anything solving it this way, just the well-known method (Serving limited web pages from arduino, cosm…) that’s because I’m asking for help (maybe I didn’t search well) because I’m pretty lost in this subject and I hope you could give me some clues.
THANK YOU IN ADVANCE!!!!