Hi All,
I'm developing a Widget that access services in a mobile web server, just like this article (http://wiki.forum.nokia.com/index.ph...te_using_PyS60).
My problem is...
When i call a xmlhttp.open("GET","http://127.0.0.1:5004/get_speed",true), with "xmlhttp" of the XmlHTTPRequest type, the device (N95 8GB) open the "access points" list and i must chose one to connect it. If i don't chose one, the xmlhttp.open method doesn't work.
But i'm accessing a local mobile web server. The mobile web server was started previously in the device.
Anyone know what i can do to the WRT doesn't try to connect an access point and connect the local web server directly?
Thanks.

Reply With Quote


