i just used example skecth: http://www.elechouse.com/elechouse/index.php?main_page=product_info&cPath=90_186&products_id=1007
it prints Hello world in my http://192.168.1.158:8090/
i am thinking, that i could just print http request, but don't know how to write it, maybe it would work, don't know, i am bad in those wifi wireless and other networks. i am thinking smth like:
serial.println ("GET /suvis.wu.lt/arduino.php?temperatura=22 HTTP/1.1"); or
wlan.write ("GET /suvis.wu.lt/arduino.php?temperatura=22 HTTP/1.1");
Just need to write good http request, that maybe would work