Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ztejs/mc801

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ztejs/mc801

It provides to execute commands on MC801 through HTTP transport

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Light JS API for Router Huawei MC801

It provides to execute commands on MC801 through HTTP transport

const executor: ZTEMC801RouterExecutor = createActionExecutor(HOST);
const api = await ZteApi.initiateApi(executor, PASSWORD);

// Disconnect network
api.disconnectNetwork();

// Connect network
api.connectNetwork()

// For automatically LTE Only Mode
api.setOnlyLTENetwork();

// For automatically WCDM Only Mode
api.setOnlyWCDMANetwork();

// For automatically 5G Standalone Mode
api.set5GStandaloneNetwork();

For the time being it's only PoC for private purpose, but if you have some question or want to participate in, please do not hesitate.

FAQs

Package last updated on 13 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts