Greetings to one and all,
noob here so please be gentle.
I have been given the task to design a web based I/O style device. The brief is as follows :-
- I will need to read a selection of logic inputs via a web page that may be accessed from anywhere.
- I will need to drive a selection of logic outputs via a web page that may be accessed from anywhere.
- I need to have access to the web page(s) protected by a password. I am not talking NSA hack proof but more of a deterrent.
- I need to make it so that the password can be changed (maybe even have a reminder feature should the password be forgotten).
- I also need to display the current time on the web page(s) from a internet time server.
- I need to log time stamped (from the internet time server) input/output activity to a text file that may be downloaded.
I have done a few bits with the Arduino but nothing like this. I am currently trying to decide if Arduino is the way to go as I am also considering the Microchip PIC and the Raspberry Pi.
Any advice, tips or help would be greatly appreciated.
Many thanks
Cypher