So the project is to build a temperature monitor and control system. The system consists of a temperature sensor and a multi-channel relay that directly connect to the Arduino Yun. The goal for this project to get the readings from the sensor and control the relay (turn on and off) when you are far away from the device. I found a lot tutorials on the internet however they all require that the Arduino Yun and the controlling computer to be on the same network, which means you can't control the system from far away.
I am wondering if there is any way for Arduino Yun to communicate to the web app over a remote network through WIFI? I have very limited knowledge on network communications, so I am kind of lost where to go from here, any help would be greatly appreciated!