Hello all I'm stuck again,
I currently have my Arduino mega attached to my Raspberry pi via USB. I have it so my raspberry pi can read my Arduino data via the terminal window and via a Python 2 code. Now my next step is to get it so I'm able to read it over the internet no matter where I am. I have never done anything like this before and I have no idea what to do. I have done some research but still can't seem to get it... I tried to use Apache2 and can't get anything to work there and I'm not sure where to go from this point.
What I want to be able to do.
Take the 3 data sets that my Arduino is giving to my Pi and then be able to view them anywhere at any time. It doesn't have to be anything fancy (at this point anyway). So again if someone could point me in the right direction that would be appreciated!
I have internet access either wifi or ethernet available. I have access to Python 2 and have access to Python 3.