The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
32 views

Mobile Broadband C# interface to manage Profiles

I am trying to use the C# interface to the mobile broadband API. The code below compiles and intellisense displays all of the COM methods, but the code does not execute correctly. ...
0
votes
2answers
283 views

Mobile Broadband Sierra Gobi 3000 drivers compile under kernel 3.2

I got drivers from here: Codeaurora. I was able to build drivers easily under 2.6.32 Kernel but due to other problems i had u had to upgrade kernel to 3.2 from back ports squeeze. Now i got ...
0
votes
0answers
73 views

packet loss - where does it occur with a bad broadband connection [closed]

I understand that a bad connection can have a negative effect on the performance of an ADSL line but where and how does this actually occur. If I connect a ISP provided model to the telephone line ...
0
votes
0answers
183 views

Sierra Gobi 3000 under linux

I would buy buy Gobi 3000 3G module for thinkpad but i'm bit skeptical if it is going to work under linux? I couldn't find any solid proof that it will on other forums. So if anyone have some ...
2
votes
1answer
406 views

Force Windows 8 to use UMTS

My situation: I am running (evaluating) Windows 8 (RTM) on my Laptop. I am connected to a LAN which has NO access to the internet (DEV-LAN). I am running a virtual machine (VMware Workstation) ...
4
votes
1answer
145 views

Not-wifi connection with phone detection check

How can I check on the web if someone is visiting a page with a 3G mobile connection (so no WiFi)? This because I want to show a video when someone has a normaal speed internet connection on his phone ...
0
votes
0answers
71 views

Working out 16 QAM throughput

I am trying to work out how to get the rate which can be achieved with 16 QAM with 5 codes and a coding rate at 2/4. I have tried dividing the standard chip rate of 3.84MChips/s by the spreading ...
0
votes
1answer
53 views

Broadband account getting locked if multiple machines used

I have subscribed to a broadband Internet connection provided by a local cable TV provider. Normally, I use my laptop which has Windows 7 for light surfing. I have set up a Broadband ...
2
votes
2answers
153 views

Can uploads be too fast?

I'm not sure if this is the right place to ask this, but I'll do it anyway. I have developed an uploader for the Umbraco CMS that lets people upload a queue of files in one go. This uses some simple ...
-1
votes
2answers
551 views

How to prevent redirect by Internet Service Provider? [closed]

When I enable my internet connection, and open a browser like Firefox or Chrome, my broadband service provider - Airtel India, redirects my default website home page or any new tab I am going to open ...
0
votes
1answer
589 views

Connect And Disconnect Mobile Broadband Connection

Please tell me how to connect and disconnect mobile broadband connection using C# or DOS?
0
votes
0answers
116 views

internet connection playing up ( Router, network, ISP? ) [closed]

I have got a problem with either my router or my IPs provider. Please let me know if you can work out what could be wrong. My observation: downloading large files (over .5 GB ) works well, download ...
1
vote
1answer
131 views

PHP or javascript to verify a broadband connection (client Side)

Is there a way to use a PHP script in a website to verify that a given visitor has a broadband connection (some minimum downstream kbs ) before proceding to render certain or all elements of a ...
0
votes
1answer
42 views

How secure is mobile wireless broadband?

Given that you can't setup a WEP key or WPA with mobile broadband (As it connects directly to the providers network), how secure is it? I did some research but couldn't find anything that gives an ...
5
votes
2answers
433 views

Mimic a slow internet connection (mac)

Anyone have a good technique for checking sites over a slower connection on osx? Looking at posts on here, some people have recommended sloppy, which doesn't appear to do anything, just loads sites ...
0
votes
3answers
283 views

Technology behind speed test [closed]

I was wondering what is the technology behind Internet Speed test, which some websites use to check your speed e.g; http://www.speedtest.net/ The reason behind this question is, i wanted to write ...
5
votes
8answers
796 views

Is there a way to determine if a user is using broadband or dial-up

We have a requirement from a customer to provide a "lite" version for dial-up and all the bells-and-whistles for a broadband user. The solution will use Flex / Flash / Java EJB and some jsp. Is ...
1
vote
4answers
2k views

Suggestions for replication of data from MS Sql 2005 and MySql

My company currently has a transactional db running on Sql Server 2005. We are going to add a MySql (running on linux) reporting db. We'll need to get replication running from the MS-Sql db to the ...
0
votes
6answers
2k views

How do you detect dialup, broadband or wireless Internet connections in C++ for Windows?

I have an installation program (just a regular C++ MFC program, not Windows Installer based) that needs to set some registry values based on the type of Internet connection: broadband, dialup, and/or ...