I am brand new to Adruino
We are collecting data from sensors and writing it to file on arduino.
We need to send these text files in real time or atleast at 10seconds intervals to my NUC and delete those files.
I can install FTP, WebService etc., on my NUC, but I need to find efficent way to get files from Arduino
- FTP/SFTP doesn't seems to be the option as we need to have the connection alive all the time.
- HTTP seems to be taking longer time.
What are the best IOT practicses to get this done, which protocol is preferred ?