Re: How to detect WIFI is down on 5600W
Tom Collins <tom-lnEA/wrDJtNWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
Maybe you could post more about the crash that happens when the link is down. It might be possible to check the return value of one of your function calls leading up to the crash, and detect that the link is down that way, and avoid calling the function that ultimately crashes your program. You could also take a look at pd_havelink() to see if that detects a Wi-Fi link that's gone down. -Tom On Mar 25, 2014, at 9:48 AM, <[email protected]> <[email protected]> wrote: > Thanks. But the main problem is that when I attempt to reach the web server when the WIFI link is down I get a crash. Id like to detect WIFI down with a direct way. I already have timeout on my web protocol, it can detect server lag for instance but it seems that a WIFI down link generates other effects.