Hello everybody,
I am pretty new to Arduino and I am working on a project where I want to use an Arduino Uno and the Arduino Wifi shield (http://arduino.cc/en/Main/ArduinoWiFiShield).
The wifi shield is not cheap - so before I buy it I want to clear the air and hopefully you can help me ![]()
Here is my question:
I want the wifi shield to connect to a network and I want to get the source code (html code) of a specific web site. In that source code I want to search for a specific string - its a stock value that is later on used.
I did this in java using URL class and Inputstream - it works all fine, but I am not sure if this is possible with the Arduino wifi shield? Important: I want the Arduino and the wifi shield to work alone in the end - so it should work without being connected to a pc...
Any help/answer would be wonderful ![]()
Greets e