Search the Community
Showing results for tags 'wificlient'.
-
I am making a cloud-based attendance system in my database resides on a particular URL, which is stored at the string variable "server" according to the code. I have multiple WiFi networks in my organisation. I tested my whole system on one of the WiFi networks and I was able to connect to the server and push my data to the cloud. I had a meeting last evening and I had to use another WiFi network for which I entered the required credentials. My system successfully got connected to Wifi network but at the time of pushing the data to the cloud, it showed "Connection failed(to the server)". I tri
-
dear all: we use wificlient library for cc3200 launchpad . how do we get remote ip address ? arduino ethernet library have getRemoteIP method. but wificlient library is no. ###############code############################## WiFiServer localserver = WiFiServer(localPort); WiFiClient socketclient; socketclient = localserver.available(); socketclient.getRemoteIP(clientip); ###############code############################## #################compile error output################ 'class WiFiClient' has no member named 'getRemoteIP' #################compile error output##########