Accessing and controlling to the modem by ethernet connection
Posted
by
iwd35
on Programmers
See other posts from Programmers
or by iwd35
Published on 2014-05-27T07:07:08Z
Indexed on
2014/05/27
9:54 UTC
Read the original article
Hit count: 288
internet-explorer
|modem
I have a PC and I connectted to my modem (via ethernet cable). I want to prepare interface (VS2010) and I want to connect it and do the following:
Modem access the admin page (IP: 192.168.1.1 password: admin password: admin)
- Wireless band (2.4GHz or 5GHz) changing
- Network mode (N-only, B/G/N- Mixed) changing
- channel changing (channel 1, 2,3, etc.)
The project will be a desktop application. I will use VB .NET; modem model:cisco linksys wag320.
How I can do it?
© Programmers or respective owner