Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

32
votes
17answers
20k views

JavaScript: How to detect that the Internet connection is offline?

How to detect that the Internet connection is offline in JavaScript?
13
votes
3answers
10k views

Detect network connection type on Android

How do you detect the network connection type on Android? Is it through ConnectivityManager.getActiveNetworkInfo().getType(), and the answer is limited to Wifi and mobile?
7
votes
1answer
166 views

k-vertex connectivity of a graph

is there any pseudo-code implementation that shows how to compute the k-vertex connectivity of a graph?
6
votes
1answer
848 views

Android - Connectivity Questions

I have a couple of questions about connectivity on Android, if anyone has any insight it would be great. 1) What is the default when an application wants to wirelessly connect? Is it wlan? And if ...
5
votes
1answer
217 views

How to check if the user is connected to the internet wp7 ?

how do you check if the user is connected to the internet ? ive a program that uses services and i'd like to check first thanks
5
votes
2answers
785 views

Detecting “use only 2G networks” setting

Is there a way of returning the value of Android's mobile network setting for "use only 2G networks"? The app being developed measures the internet speed at a certain location, but in order for this ...
5
votes
1answer
948 views

How to verify network connectivity in objective-c

I was looking over the Reachability sample project on developer.apple.com and found that it was a large project just to verify you had network connectivity. First part of the question is "What is the ...
4
votes
1answer
169 views

Objective-C/iOS: Keeping bluetooth connection alive in the background

I've been researching this for a couple of days now and looks like it's not possible to keep bluetooth connection alive while the phone goes to sleep or if the app is in the background. However, I ...
4
votes
3answers
193 views

android simulate low network connectivity

I would like to test my application for cases of low network connectivity. Except standing in the elevator, what is the best way to do this? I've tried wrapping my phone in an aluminium foil, but it ...
4
votes
4answers
55 views

Ensuring Service Connectivity

I am planning to set up a very simple NUnit test to just test if the WCF Service is up and running or not. So, I have http://abc-efg/xyz.svc Now, I need to write an unit test to connect to this ...
4
votes
5answers
8k views

Android: How to check if the server is available?

I am developing an application which connects to the server. By now the login and data transmission works fine if theserver is available. The problem arises when the server is unavailable. In this ...
4
votes
3answers
944 views

odd jdbc connection hanging problem : network issues? How to fix?

One of our customers has a newish problem: the application grinds to halt. Thread dump shows that all threads are hanging on network IO in jdbc calls. We/I have never seen these 'network IO' hangs. ...
4
votes
6answers
407 views

C++ Database Connectivity?

Hey, I want to know how to connect databases with C++? Any cross-platform solution which supports many databases? I know about SQLAPI++ but its a shareware... so any free one? What solutions do I have ...
3
votes
2answers
334 views

getBoolean(EXTRA_NO_CONNECTIVITY) always returns false

One time that I had a prob, you guys were really helpful. So here I am again with another problem I have fallen onto... :/ I am running a custom NetworkReceiver that extends BroadcastReceiver. I want ...
3
votes
2answers
7k views

How to set the Usb connection mode?

I'm writing an application which is supposed to dump data on the SD card and then another application on a pc which should read the data when the device is connected to the pc (in disc drive mode). On ...
3
votes
2answers
513 views

Capturing network status change event

I am trying to get events when the internet connection is reestablished after it is lost. It is for a data transfer software that I am developing. If I lose the network during data transfer, I would ...
3
votes
7answers
6k views

Cannot connect to SQL Server remotely or locally after reboot

After some network maintenance last weekend, we had some trouble with our development server which led to us restart it. Some updates were installed during the restart, which may or may not have been ...
2
votes
1answer
42 views

Android: How can I find out that a user is trying to access the network?

How can I find out with Android API that a user is trying to access the network in android? I can check through ConnectivityManager if the device has [or not] access to networking but I wonder is ...
2
votes
0answers
72 views

requestRouteToHost returns false on wifi interface

public boolean requestRouteToHost (int networkType, int hostAddress) This method in ConnectivityManager if used with networkType set to wifi interface always returns false. requestRouteToHost ...
2
votes
2answers
489 views

Testing connectivity issues in Windows Phone 7 (using the emulator)

Is there a way in the Windows Phone 7 emulator to turn off the network connection (without yanking the cable and turning wi-fi off on my laptop)? I want to test the dropping of network connectivity ...
2
votes
2answers
298 views

Android app crash when first network is switched off and then switched on

I am using the following function to check network connectivity but application crashes when wifi status is swapped public static boolean isNetworkAvailable(Context context) { ...
2
votes
2answers
542 views

Triangular mesh topology

I've got a triangular mesh class which contains a list of nodes (2d in my case but that shouldn't matter) and a list of faces. Each face is a triangle and it only contains the indices into the node ...
2
votes
7answers
3k views

Check if a server is available

I'm looking for a way to check if a server is still available. We have a offline application that saves data on the server, but if the serverconnection drops (it happens occasionally), we have to save ...
2
votes
2answers
858 views

Detecting loss of connection to fix gateway? (QuickFix)

I'm trying to find a good way to detect a loss of connection. My adapter is implemented as a Fix::Application based on one of the examples. It uses a socket initiator to connect to the fix gateway. ...
2
votes
2answers
963 views

Connectivity of Winform Applications/ASP.NET application with SAP databases

How can I fetch data in a Winforms application or ASP.NET form from a SAP database? The .NET framework used is 2.0. , language is C# and SAP version is 7.10.
1
vote
1answer
25 views

Database Connectivity and setup of the application with the database

Connection string to connect the SQLSERVER Express Database and How to take setup of that database with my application.....
1
vote
1answer
61 views

Android Pressing Back or home button causes Connectivity change?

I am having a strange issue. I have a very simple piece of code that is meant to trigger whenever someone connects to a wifi access point. IntentFilter ConnectedFilter = new ...
1
vote
1answer
45 views

Should I use ConnectivityManager and WifiManager instead of Read_Phone_State?

Okay, so everywhere on Stackoverflow people say, to check if a network connectivity is available I shall add the Permision READ_PHONE_STATE to the manifest - which is pretty ugly to me (even though ...
1
vote
1answer
104 views

Android Airplane Mode Detection for Honeycomb

I am having trouble detecting airplane mode enabled/disabled on honeycomb, the following broadcast receiver works fine on all versions/sets other than android 3.0/ honeycomb/tablets.. <receiver ...
1
vote
2answers
129 views

How is Visual Studio 2010 connecting to SQL Server 2008 if I don't have the native client installed?

I have MS VS 2010 installed on my Windows 7 but, I don't have the SQL Server Native client installed in it. After loading Visual Studio I do click menu Data / Transact-SQL Editor / New Query ...
1
vote
1answer
90 views

Android: Force close on connectivity change during a download

So, I'm loading an URL with Asynctask and I've handled all the possible connectivity problems before the download starts, but now my app force closes when switching from data to wifi while ...
1
vote
1answer
408 views

Android Connectivity manager

I use the following statement ConnectivityManager cm = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); Also this imports import android.content.Context; import ...
1
vote
2answers
157 views

Vertices of Six Sided Polygons from Planar Points Coordinates?

Is there a way to draw six-sided polygons from a list of random planar points' coordinates or index, the points being the polygons' vertices ? Many thanks, Arthur
1
vote
2answers
550 views

partial wakelock for 3G in Android

I have a service that uploads file to a server. I acquire a wifilock on it but do I need a partial wakelock if the service is using 3G ?
1
vote
1answer
136 views

Dropping TCP connections, is this normal?

I've set up this simple script on my local machine: #!/usr/bin/python import socket from datetime import datetime print "Connecting to test server" s = socket.socket(socket.AF_INET, ...
1
vote
1answer
392 views

android connectivity with php-mysql using web services

hey guys i am developing a final year location-based project(gps) in android.I have to create a server using php and mysql which contains name and location(in latitude and longitude) of important ...
1
vote
1answer
362 views

NetworkAvailability check returns false yet the phone is online

I have am having some issues with getting consistent results when checking if the network is available or not. I use this code snippet inside a class AppPreferences to check the availability of a ...
1
vote
1answer
72 views

How can I connect directly to a mobile device over 3G?

I'd like to be able to deploy a lightweight web server on my mobile device (android) but there are obviously NAT issues with respect to the mobile provider's network. Is there anyway I can make my ...
1
vote
1answer
193 views

Is it possible to integrate Nokia connectivity API with asp.net?

Is it possible to integrate Nokia connectivity API with asp.net? If so, How to get started? Any good reference...
1
vote
2answers
409 views

How can I emulate/fake/immitate an SD card with a live connection to a computer?

I have a machine in a remote location that contains an SD card slot as its only output. I would like to read the output without needing to physically go to the machine and remove the card. My idea is ...
1
vote
2answers
362 views

Android - modes of connectivity, device identification and device inter-communication?

Can someone explain a couple of very simple concepts to me - I'm interested in mobile devices running android and how they are identified over networks. Some scenarios: Device is connected over WiFi ...
1
vote
3answers
973 views

WCF Server Push connectivity test. Ping()?

Using techniques as hinted at in: http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx I am implementing a ServerPush setup for my API to get ...
1
vote
3answers
270 views

Smart methods for an Embedded Linux device to detect Internet connectivity

Our team is developing a Internet Media device based on Linux 2.6. Currently we detect whether Internet connectivity is established (via a wired Ethernet i/f) by pinging www.google.com Some networks ...
1
vote
4answers
439 views

How to test if web site written in ASP.Net still alive?

I need to write a simple WinForms apps that can be fired to test if a website is still alive and that that website is able to read from a database. I am using the whole ...
1
vote
3answers
716 views

.net Connectivity to mainframe

Can any one please suggest me the best approach to connect to mainframe from .net. I have to develop an web application, in which i have to follow NIEM standards for data exchange between two end ...
1
vote
4answers
1k views

Users can't connect remotely to MySQL

Problem Users from other IPs on the (Windows XP) LAN suddenly cannot connect to my local MySQL server. Background I've set up MySQL on my local Windows computer so that other computers on the ...
1
vote
4answers
1k views

Access my SQL server from home in Server Explorer

On my LAN at work, I have SQL Server 2005 running on one machine and my developer machine (a different machine) has VS2008 on it and I can access the SQL Server from Server Explorer in Visual Studio ...
1
vote
1answer
572 views

Is there a way to programatically decide which WCF session to connect to?

I need to be able to use WCF Session capability in a Silverlight application. Currently Silverlight only supports basicHttp binding, so this is impossible. My thoughts are to create a middle piece ...
1
vote
2answers
509 views

Tool to monitor network connectivity in Windows

What tool would you recommend to monitor the connectivity status of a machine, this is if a given machine it is able to connect to some web servers over time. It should be able to log the status. ...
0
votes
1answer
16 views

How to send sms when there is no gprs connectivity on android?

Is possible to send sms, only when there is no internet connection on android. I have gone through connectivity manager class thorough where i m able to send sms but each time, whenever 2G voice call ...

1 2 3