Skip to main content

Command line interface tool for interacting with Huawei LTE routers

Project description

Hurocon

Hurocon (huawei router control) - command line interface tool for interacting with Huawei LTE routers

Features

  • Device Control
    • Reboot
  • SMS Control
    • Send

There are many features planned for future releases, you can view their full list here

Supported Devices

Full list of supported devices is available on this link.

Availability

This tool is OS-independent, which means it should work on any platform where python3 can run. Minimal python3 version required for this package is 3.7. This does not mean that it cannot work on python versions below the minimal, but its behavior is unpredictable and no support will be provided for any issues.

Installation

Currently this tool can only be installed with pip on python >= 3.7.

  • You can install it from PyPi:

    pip install hurocon
    
  • Or directly from Github repo:

    pip install git+https://github.com/maximilionus/hurocon.git
    

Built executable binary (pyinstaller-based) is planned but no ETA yet

Quickstart

Intro

After successful installation of this tool it can be accessed in shell using the following commands:

$ hurocon
# OR
$ python -m hurocon

You can also view a list of all main commands with:

$ hurocon --help

Each command and subcommand in this tool has a special --help flag to display detailed information about it

Authentification

First of all, you need to specify the authorization and connection data so that this tool can access the router in the future. You do it in two ways.

  • In interactive mode:

    $ hurocon auth login
    
  • Manually, by running:

    # Initialize local configuration file
    $ hurocon config init
    
    # Show path to local configuration file
    $ hurocon config path
    

    And then manually editing the json file with any text editor. It has a human-readable structure, so every part of it is exactly what you think it is.

Testing Connection

After auth details successfully specified you can test your connection with router by running

$ hurocon auth test

# Returns
# Success: Successful Authentification
# Failure: Auth failed, reason: "..."

Conclusion

That's it, you're ready to go. And remember - no matter how deep you go, --help flag is always here to help 👍

Development

Prepare The Environment

To prepare the development environment for this project, follow these steps:

  1. Install poetry package manager with (pip, standalone (recomended))

  2. Run the command below to prepare the virtual environment for this project

    $ poetry install
    
  3. That's it, now you can modify the code the way you want and test it in two ways

    • Run this tool with
      $ poetry run hurocon
      
    • Or activate the project shell with
      $ poetry shell
      Spawning shell within ...
      
      $ hurocon
      

Build

Python Package

To build this tool to package (sdist and wheel) you should execute:

$ poetry build
Building hurocon ...

Prepared for distribution package will be located in ./dist/ directory

Special

Big thanks to Adam Schubert for his amazing huawei-lte-api package, that made this whole thing possible.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hurocon-0.2.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

hurocon-0.2.0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file hurocon-0.2.0.tar.gz.

File metadata

  • Download URL: hurocon-0.2.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.4.0-1077-azure

File hashes

Hashes for hurocon-0.2.0.tar.gz
Algorithm Hash digest
SHA256 118d540259d4a968bf4b3662e16bdbe2d9cde160efeafb7b6038c41290036225
MD5 b73c5fe57d00006a37b5918974710a1a
BLAKE2b-256 26815873c5cef64215ef0923f812bc0e15d3d3aed99588b31145ed8f2884de11

See more details on using hashes here.

File details

Details for the file hurocon-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: hurocon-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.4.0-1077-azure

File hashes

Hashes for hurocon-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9518a08120b7f2f83899b989c477e6baf298fc3d23f738070424226b2546918a
MD5 d739186c99d8ee45b73e49070b2bc74a
BLAKE2b-256 d67d224ce02c3c932576d70f2578b80c3b73eed342e456b2a2d267d477dbaeec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page