Hello,
Would like to know if I Arduino (currently Mega near future Due) can run a PPP server.
I have the current set up: an Arduino mega connected to 10 sensors and can connect to the internet through 3 interfaces: LAN, wifi, 3g.
The collected data I would like to send it to an embedded Linux device (via serial) could be an RPI, beaglebone or any other board that runs Linux to make some intense computation on that data, generate some images and statistics, and after that I would like to send the files from the Linux device through SSL to a remote server.
Although I have seen that Arduino can establish an SSL connection I would like the Linux side to do this.
I have read an interesting article regarding connecting rpi to the internet using the UART interface here: http://www.instructables.com/id/Connect-the-Raspberry-Pi-to-network-using-UART/
This process requires another host to act as a PPP server.
The better question is how can I share Arduino's internet with a linux device?
Can somebody offer support, suggestions?
Thank you.