Skip to content

A more advanced and prettier alternative to the default Huawei router web interface.

License

Notifications You must be signed in to change notification settings

siphomateke/quantum-router

Repository files navigation

Quantum Router

An app that replaces the default Huawei router interface.

The default UI on a Huawei router is outdated and difficult to use;

Screenshot of MTN router interface

This app aims to offer a sleeker and more modern alternative UI to the router while adding some new features;

Screenshot of Quantum Router settings page Router settings page

Screenshot of Quantum Router USSD page SMS manager. Supports sending, filtering and automatic labelling of messages as well as native notifications.

Screenshot of Quantum Router USSD page USSD services page. Allows the user to query network carrier services over USSD and automatically parses the responses to create a form-based interface.

Screenshot of Quantum Router homepage Homepage showing real-time data usage

Features

  • Manage SMS messages
  • Send USSD commands
  • Graph usage data (basic)
  • Real-time SMS notifications

Planned New Features

  • Smart SMS analysis. E.g. automatic advert deletion
  • Task automation
  • Sync usage data with other computers

Notable Missing Features

  • Change all router settings
  • Detailed statistics

Building

Until I publish huawei-router-api to NPM, building this is a bit of a pain. You will need to download huawei-router-api and add it as a dependency;

// package.json
"huawei-router-api": "link:/path/to/huawei-router-api"

Alternatively, download huawei-router-api, then run yarn link in huawei-router-api and yarn link "huawei-router-api" in this repository.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

# Build for current platform
yarn build
# Build for specific platforms
yarn build --mac --windows --linux

Lints and fixes files

yarn lint

If you encounter any bugs, which you almost certainly will, please report them on the issues page.

About

A more advanced and prettier alternative to the default Huawei router web interface.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published