How to connect Arduino to remote processing server? -


I have an Ardino connected to the RN-XV WiFi module. I want to send it to the data processing server which will be in a remote location (can be anywhere in the world and keeps changing).

RN-XV can only be connected to a specific IP address, which should be programmed in advance, but if the processing server moves to a different location, I will not be able to change that IP. Is there any way to do this?

I concluded this by setting a server on a machine and assigning a static IP address to RNSV data Will send and processing will collect data from there.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -