Skip to content

Instantly share code, notes, and snippets.

@ArturDorochowicz
ArturDorochowicz / mf28x_find_deltas.py
Created December 30, 2023 22:16 — forked from Leo-PL/mf28x_find_deltas.py
Delta update finder for ZTE MF283+, MF286, MF286A and MF286D routers
#!/usr/bin/python3
# Original script by frutis, mods by Leo-PL
# Usage:
# 1. uncomment proper section for your router (MF283+, MF286, MF286A, MF286D).
# 2. set correct IME if you have one
# 3. Set correct version ID (the integrate_version from NVRAM) for your device if not already found here
# 4. Run the script - it shall return the URL of data update, if available for the set base version.
from base64 import b64decode, b64encode