Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bxdoan/dongle-lte-api

Open more actions menu

Repository files navigation

dongle-lte-api

API For Dongle LAN/WAN LTE USB Modems, you can use this to simply get information about your internet usage, signal, and tons of other stuff

Tested on:

  • 4GDONG001 4G LTE UBS Dongle Wireless WIFI Modem Stick:

  • Dongle 4G LTE USB Modem Stick:

Install

pip3 install git+https://github.com/bxdoan/dongle-lte-api.git

Usage

📚 Click to see some basic examples
from dongle_lte_api import Dongle

info = Dongle().get_data()

print(info)

Result dict

{
   "ssidName":"DonHandsome",
   "signalStrength":-74,
   "sn":"1000000051E834",
   "simCardState":"valid",
   "systemVersion":"UFI103_V02_ZX_DD_230306",
   "appVersion":"WEB_V1.0.311#",
   "imei":"861323063168235",
   "basebandVersion":"UFI103_CT 20220801",
   "mac":"5c:a0:00:7b:05:3f",
   "wanIpAddress":"10.188.47.213",
   "imsi":"452021123670828",
   "iccId":"89840200011236708283",
   "hardwareVersion":"HW1.3"
}

Reboot network

from dongle_lte_api import Dongle

Dongle().reboot()

Change SSID

from dongle_lte_api import Dongle

Dongle().change_ssid(ssid="Don123")

Change password

from dongle_lte_api import Dongle

Dongle().change_password(password="12344321")

NOTE : change password/change ssid/reboot action will automate restart the modems

Contact

Telegram Twitter Email

Thanks for use

Buy me a coffee

buymecoffee bxdoan.eth paypal

About

API For Dongle LAN/WAN LTE USB Modems

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.