Page 1 of 1

Detect If WiFi Is Enabled or not

Posted: Mon May 30, 2016 3:30 pm
by Gurgen
Hi Livecode community!

I want to know if there are some ways to find out the device is connected to WiFi network or not?

Thanks fo r advance.
Gurgen

Re: Detect If WiFi Is Enabled or not

Posted: Tue May 31, 2016 2:22 pm
by Mikey
One way would be to ping 8.8.8.8. You could also send out an http request and see what comes back.

Re: Detect If WiFi Is Enabled or not

Posted: Sat Jun 11, 2016 2:35 pm
by sphere
YEp whatt Mikey says.
you'd better do a search on the forum, this is asked before.
Best way is to open an url like google, and if you get a positiv result you wifi is connected.

Re: Detect If WiFi Is Enabled or not

Posted: Sat Jun 11, 2016 6:13 pm
by FourthWorld
Does filtering the Dictionary for "connect" bring up anything useful?