lectrode / nwconnectionresetter

Precursor to quick-net-fix. Monitors network connection and attempts fix if disruption detected. Automatically exported from code.google.com/p/nwconnectionresetter
0 stars 0 forks source link

Support for multiple connections #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For example, monitoring both LAN and Wifi.

The only problem with this is figuring out how to test
internet access of one without disabling the other.

Original issue reported on code.google.com by electrodexs@gmail.com on 26 Aug 2011 at 2:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
For now, the only way to check multiple connections is to have a portable copy 
for each connection. 

In order to add support for multiple connections, I would need to split up the 
program further. I'd have a starter file that calls the main one once for each 
connection with the name of the network connection as a passed parameter.

Original comment by electrodexs@gmail.com on 25 Sep 2011 at 5:34

GoogleCodeExporter commented 9 years ago
I won't have to split up the program. There will be a main connection, and a 
secondary connection. Actually, I'll probably end up adding support for many 
connections. 

If I want to stay away from splitting the program up, I will need to alter the 
code to check main connection, and then subsequent connections. (basically, 
check one at a time in a row)

Original comment by electrodexs@gmail.com on 25 Oct 2011 at 5:34