Skip to content

ThomazPassarelli/ZTE-MF79U-api-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ZTE-MF79U-api-js

A JavaScript library, built with Node.js, for interacting with ZTE MF79 modems.

This library, adapted from the Python version, provides a comprehensive hardware detail retrieval (such as IMEI and hardware version), and connection status(including WAN IP address and LTE signal strength).

Usage Example:

const ZTEapi = require('zte-api');

// Example usage
async function manageModem() {
    try {
        const modemInfo = await ZTEapi.getModemInfo("192.168.0.1", "admin");
        console.log("Modem Info:", modemInfo);
    } catch (error) {
        console.error("An error occurred:", error);
    }
}

manageModem();

References: Based on: https://github.com/pmcrwf-mid/ZTE-MF79U-api/blob/main/main.py

About

js api for ZTE MF79 modem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages