Giter VIP home page Giter VIP logo

node-huawei-router's Introduction

huawei-router

A node.js simple API for Huawei Router and Hotspots.

Usage

const { HuaweiRouter } = require('huawei-router');
const router = new HuaweiRouter({
  ip: '192.168.1.1', // default IP address
  username: 'admin', // default username
  password: 'admin', // default password
});

(async () => {
  console.log("Router info:", await router.getSystemInfo());
})();

Supported options

  • ip
  • username
  • password
  • headers - An object containing the HTTP headers to send; {} by default;
  • followRedirects - If the internal HTTP client should follow redirections; false by default;
  • maxRedirects - In case followRedirects is on, how many redirects should it follow at max;

API methods

getBasicInfo()

Returns the device basic information (/api/device/basic_information)

getDeviceInfo()

Returns the device information (/api/device/information)

getSystemInfo()

Returns the system information (/api/system/deviceinfo)

getMobileNetworkInfo()

Returns the mobile network information (/api/net/current-plmn)

getStatus()

Returns the monitoring status (/api/monitoring/status)

getInboxStats()

Returns the statistics of device's inbox [number of messages, etc...] (/api/monitoring/check-notifications)

getSMSStats()

Returns the statistics about SMS messages in the device (/api/sms/sms-count)

listSMS([numberOfMessages])

Returns the SMS messages in the device up to a specified number. If the number isn't specified, it'll return them all (/api/sms/sms-list)

node-huawei-router's People

Contributors

erosdavid avatar davidfoliveira avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.