Android & iOS app to check BSNL Broadband Usage and Plan details - No login

Messages
19
Location
NA
ISP
BSNL
Check BSNL Broadband Data Usage, Plan Details and Speed with BSNL Pro app. No Login Required. Connect to BSNL WiFi and check data usage.
PlayStore: https://play.google.com/store/apps/details?id=com.dsi.bsnlpro
AppStore: https://itunes.apple.com/us/app/gbits-for-bsnl-wifi-data-usage/id1438336631?ls=1&mt=8

giphy.gif


Demo Video:

Source
 
Let us know if you need Daily/Monthly Usage Reports in the app. We will add it in the future updates.
 
don't see how the app can measure daily usage unless bsnl portal stats are updated in real time (which they are not) and the app is connected to wifi 24x7 ?
 
Our plan is to log the data usage every one hour and generate charts/reports. 1 Hour interval will be sufficient to understand the usage pattern. Also Monthly statistics can be showed with data usage logged once/day.
 
Nice App.🙂
I see that you are just making calls to the BSNL Fup site to fetch the usage details.

JavaScript:
var bsnl_url = "http://172.30.19.130:9090/SSSS_Servlet?key1=usage&exceed=usage";
var bsnl_query = ":9090/SSSS_Servlet?key1=usage&exceed=usage";
var bsnl_pro_url = "http://bsnl.pro/api/v1/broadband/usage";
var sync_minutes = 120;

var bsnl_ip = [
    'http://172.30.19.130',
    'http://172.30.3.130',
    'http://172.30.3.134',
    'http://172.30.3.136',
    'http://172.30.3.137',
    'http://172.30.3.138',
]
 


Ya. That's the whole point. Simplifying the process of checking data usage.
 
Last edited:
Not a BSNL user, but very Nice. Hopefully the babus will wake up.

Third party apps without proper API access are better looking than official apps -
 
Ya. The issue appears to be effecting northen region. It's a database related issue. Hope it will be fixed soon
 

Top