For the record, I am officially tired of the disconnects that I experience using my Neotel Prime device. Unfortunately there is only so much that complaining will get me, so I decided to do something about it.
I share the connection (ICS) to a number of other PC's through a mikrotik router. When our Neotel connection dies, the connection itself stays connected, but traffic is non-existent and I can't ping anything. It's like the lights are on but nobody is home.
This means that I can't use the automatic re-dial feature of Windows for Dial up connections... as... well it doesn't actually disconnect. I need to remote into the machine, click disconnect, then click connect again.
So I decided to build a simple app to stop all this unnecessary time wasting. It basically dials the Neotel connection (or any dial up connection that you may be using - I tested it on my vodacom cellular phone today), and then it pings an address at whatever interval you'd like. If the ping fails a number of times in a row, then the connection is disconnected and connected again.
It means that you still loose internet... but it recovers pretty quickly.
Is this something that others would like to use?
I'm going to test it at the office tomorrow with our Neotel connection (using my cell at the moment to test). Seems to work well if I rip the cable out my phone and plug it back in
If others want to try it, I don't mind putting up a compiled app with the code somewhere... it is written in C#.
I just want to get a feel for whether anyone else would find this useful.
I share the connection (ICS) to a number of other PC's through a mikrotik router. When our Neotel connection dies, the connection itself stays connected, but traffic is non-existent and I can't ping anything. It's like the lights are on but nobody is home.
This means that I can't use the automatic re-dial feature of Windows for Dial up connections... as... well it doesn't actually disconnect. I need to remote into the machine, click disconnect, then click connect again.
So I decided to build a simple app to stop all this unnecessary time wasting. It basically dials the Neotel connection (or any dial up connection that you may be using - I tested it on my vodacom cellular phone today), and then it pings an address at whatever interval you'd like. If the ping fails a number of times in a row, then the connection is disconnected and connected again.
It means that you still loose internet... but it recovers pretty quickly.
Is this something that others would like to use?
I'm going to test it at the office tomorrow with our Neotel connection (using my cell at the moment to test). Seems to work well if I rip the cable out my phone and plug it back in
I just want to get a feel for whether anyone else would find this useful.