1raghavmahajan / Proxy_Login

An application to automate HTTP based wifi login systems.

Home Page:https://play.google.com/store/apps/details?id=com.BlackBox.Wifi_Login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wifi Login @IITI

It is a simple app with one job. To automate the captive wifi login system of IITI network. The application detects when the user's device has connected to the campus WiFi and logs you in automatically to the network.

Currently in working condition at IIT Indore.

Techincal Details:

The app works by deploying a silent foreground service to which a broadcast receiver is bound to receive conectivity changes.

If the an IITI wifi network is connected to, the service completes the login request by sending the post request via an IntentService (as per Google Guidelines).

This helps reduce/eliminate battery usage (despite what the messages say). As the service essentially remains idle and uses the google framework to detect changes as well as their algorithm to find the best time to kick in the IntentService which stays alive just long enough to get the job done.

Find this app on Play store:

https://play.google.com/store/apps/details?id=com.BlackBox.Wifi_Login

Screenshots: