OK, so for a very long time now I wanted to write an application that could check multiple ADSL accounts and display whether or not they work, and if they do work, if they can access local or international traffic. This is very useful if you have to manage multiple ADSL accounts.
The application was only written in a day and I used the quickest way possible to create it. This is what the application does:
It reads account information from Excel or MS SQL Server and populates the list with accounts. It then automatically creates a Phone book Entry(PPPoE Connection) with the selected username / password and then see if it can connect with that criteria. If a connection is established, it checks whether it can access local or international traffic, or both.
In order for the application to work do need to be able to create PPPoE connections from your PC, in other works, your adsl modem should be in bridge or half-bridge/router mode
Currently it only works with a MS SQL Server Database, but it's very easy to implement it to read the data from Excel rather than from a MS SQL Server Database. I'll release both versions soon.
Screenshot:
http://img91.imageshack.us/my.php?image=adslcheckerku9.jpg
The application was only written in a day and I used the quickest way possible to create it. This is what the application does:
It reads account information from Excel or MS SQL Server and populates the list with accounts. It then automatically creates a Phone book Entry(PPPoE Connection) with the selected username / password and then see if it can connect with that criteria. If a connection is established, it checks whether it can access local or international traffic, or both.
In order for the application to work do need to be able to create PPPoE connections from your PC, in other works, your adsl modem should be in bridge or half-bridge/router mode
Currently it only works with a MS SQL Server Database, but it's very easy to implement it to read the data from Excel rather than from a MS SQL Server Database. I'll release both versions soon.
Screenshot:
http://img91.imageshack.us/my.php?image=adslcheckerku9.jpg
Last edited: