Questions tagged [broadband]

31 questions
5
votes
8 answers

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 there a way for the web server to distinguish between…
rbrayb
  • 46,440
  • 34
  • 114
  • 174
5
votes
2 answers

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 at normal speed. Any other techniques out there? I…
Michael Watson
  • 454
  • 2
  • 6
  • 14
5
votes
1 answer

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 (with WiFi). If someone has a slow (not WiFi)…
user1670816
  • 401
  • 2
  • 5
  • 17
3
votes
1 answer

struggling with mobile broadband api windows 7 and windows 8 with C#, not sure what to install

I have an application that requires to control mobile broadband API. I am struggling on correctly installing the api on my devices. I've been follow the instructions in this…
user1841243
  • 1,663
  • 2
  • 19
  • 35
2
votes
2 answers

Connect And Disconnect Mobile Broadband Connection

Please tell me how to connect and disconnect mobile broadband connection using C# or DOS?
2
votes
1 answer

How to change mac address of 3G/4G mobile broadband device?

I am trying to use technitium tmac. But it just doesn't work.
Oleg Ivanov
  • 303
  • 3
  • 11
2
votes
1 answer

Changing network interface at runtime

I am programming a small application with qt5. This application gets the reply from an API server every minute. Every thing is working fine but I ran into a bug. While testing the application I found that if my wireless is disconnected and…
A.Essam
  • 1,094
  • 8
  • 15
2
votes
0 answers

MBN Api: No interfaces found when using mbnInfMgrInterface.GetInterfaces()

Good afternoon I have a strange problem when using the Mobile Broadband Network API (MBN API). When using netshell and running netsh mbn>show interfaces, I receive 1 interface. That's correct because I have one broadband connection on my…
2
votes
4 answers

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 MySql db. It doesn't have to be real time but should…
TheGeoff
  • 3,860
  • 2
  • 23
  • 23
2
votes
1 answer

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) which is connected via Bridge Mode to the DEV-LAN.…
Torsten
  • 96
  • 1
  • 6
2
votes
2 answers

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 flash app that just calls a .NET ashx to upload…
Matt Brailsford
  • 2,209
  • 3
  • 28
  • 40
1
vote
6 answers

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 wireless. Right now this information is being…
jeffm
  • 3,120
  • 1
  • 34
  • 57
1
vote
1 answer

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 webpage?
JJRutter
  • 85
  • 3
  • 14
1
vote
1 answer

Apache Cordova broadband

I haven't been able to find information about network restrictions and Cordova. My question is How can I prevent or restrict the use of mobile (3G/4G) broadband in a Apache Cordova 5 App?
user3449953
  • 43
  • 1
  • 8
1
vote
1 answer

Multiplex multiple mobile broadband connections into one access point

I'm trying to find a way to take multiple mobile broadband connections, and bridge them together to expose one wifi access point. I want to tether the phone's broadband, and multiplex the data. How can this be achieved? Is there a router, that has…
karlsburg
  • 185
  • 1
  • 10
1
2 3