Hello all,
I am an undergraduate engineering student so I am not too familiar with websites, servers, and databases.
For my job at the university my team is trying to have several Raspberry Pi's acting as clients which all communicate back and forth with one Raspberry Pi that will act as the host for the setup.
My job is to create a website which will display all sorts of data that the host gathers from the clients. It is also important that the host will be able to read information off of the website (excel spreadsheets) and use that information to communicate with each client accordingly.
I have a few questions:
Would it be better to use the host Raspberry Pi as a server to host a website or to ask the University I work for to add the website to their current system and why?
What is the best way to make sure that all of the data collected by the clients is stored on both the website (temporarily) and in the drives that our research lab owns.
I have programming experience and will be able to write all of the java, php, html, css code needed to make everything work. I am just unsure how to setup the framework of everything.
Also what is the best way to include redundancy. It is vital that none of the data gets lost if anything goes down.
Thanks for the help
-Corey