I wish to know that if I have numbers of sensors attached to Arduino Yun. How can I display real time data from sensors using WiFi on my PC. Sensors planned are temperature sensor, Gas Sensor, pressure sensor, ultrasonic sensors and few other sensors also....
If can code in c++, visual basic or java, you can make a program to run on your pc. When I first got my Yun a few years ago, I coded a vb program to get data from the Yun sdcard and display it on my Windows 7 pc.
My sensors at that time were logging to the Yun sdcard.
Nowadays, you can you the cloud sites to store your sensors data. You can then retrieve data from the cloud to display on mobile devices.