Hello!
I have some sensors attached to an arduino that are sending serial data to my computer. I have a Processing sketch that converts this data to a .CSV file. I am now looking to add something to my Processing sketch that will send that .CSV file to another computer hundreds of miles away. Any recommendations?
I am currently looking into utilizing Javamail in my sketch, but am having difficulty finding an easy-to-understand example of how to do that. Is there an easier method for remotely collecting data?
Thanks!