network-connection Questions

16

Solved

I'm trying to accurately detect when the browser goes offline, using the HTML5 online and offline events. Here's my code: <script> // FIREFOX $(window).bind("online", applicationBackOnlin...
Bootstrap asked 5/7, 2010 at 16:53

6

My company requires VPN to connect to our dev systems and for the first time I'm trying to work on an android app from home. Turns out the emulator doesn't want to use the VPN interface so even tho...
Frequentative asked 4/8, 2011 at 14:24

11

Solved

Is there a way to check if the internet connection is available using Swift? I know there are many third party libraries to do this but they are all written in Objective-C. I'm looking for a Swift...
Copyboy asked 20/8, 2014 at 7:4

0

I would like to check in my App (before writing to an online database) if I have a network connection. For this purpose I use the code from this accepted answer on Stackoverflow check network conne...
Bumf asked 13/11, 2021 at 11:26

3

I created an account on Google App Engine, then I installed google-cloud-sdk by gcloud init, and get the following error: Pick configuration to use: [1] Re-initialize this configuration [a] with ...
Mcintire asked 1/4, 2018 at 7:24

11

Solved

I want functionality similar to AFNetworking in Objective-C with Alamofire NetworkReachabilityManager in Swift: //Reachability detection [[AFNetworkReachabilityManager sharedManager] startMonitori...
Fault asked 16/2, 2016 at 8:45

2

I am trying to send telementary data to App Center on out internal wifi network but it is not sending on this network but it does on any external network. When debugging found that Method onAvailab...

17

Solved

I have an app that I want to be able to use to get a connection status report from a remote query. I want to know if WiFi is connected, and if data access is enabled over mobile network. If the W...
Flash asked 9/10, 2012 at 19:5

4

have apps, built 2015 and 2014. How can I test them for IPv6? If my apps doesn't support IPv6, what should I do? My apps are using AFNetworking and Alamofire. I'm connecting mostly to domains ( Ex...
Mcginty asked 22/6, 2016 at 13:40

7

I'm developing Windows Phone 8 application. In this application, I have to connect to the server to get the data. So Before connecting to the server, I want to check whether the internet connecti...

4

I need to slow down (simulate bad) internet connection, I found some documentation where it was achieved by "ipfw pipe" command , the thing is that in latest MAC OS versions , ipfw was deprecated (...
Fling asked 11/10, 2015 at 11:15

4

Solved

I am trying to write an extension that will cache page content for offline reading. If the user activates the extension's popup while offline, I would like to show the cached content. Currently, I ...

1

Solved

I am getting a lot of different issues in this function : public static bool UploadToFTP(string strFileName, string strFolderName) { bool isUploaded = false; string strFilename = string.Empty; ...
Hapsburg asked 8/10, 2013 at 14:55

1

Solved

I'm implementing in C# a discovery protocol (DNS-SD). I've a small problem: when my program is running, I need to detect when a new connection is established (network cable plugged or wifi joined),...
Hyperphagia asked 26/2, 2013 at 9:41

1

Solved

I need a little help understanding the basics of Jsoup. The following code works but I'm wondering if the connection needs to be closed somehow. Can't find anything on the Jsoup website about it. I...
Stichomythia asked 13/1, 2013 at 11:14

1

Solved

I need to check whether device has been connected properly to "My-Wifi" network or not. If it is connected then I will send some data to server otherwise not. Right now I am just checking with the...
Irremissible asked 18/2, 2012 at 14:53

4

Solved

I have registered to ConnectivityManager.CONNECTIVITY_ACTION BroadcastReceiver, for receiving network state events, but my onReceive function is not getting called when I turn on or off my wifi con...
1

© 2022 - 2024 — McMap. All rights reserved.