Skip to main content

Control RV6688BCM router

Project description

⟹ Releases are here ⟸

[Docker here] (https://hub.docker.com/r/reddec/router-control)

This is library and CLI utils to control the router. It depends on python 3.5 and requests library.

See API in source code - it’s really simple and short.

CLI also have a --help for options =). You may start from this command: python router.pyz --help, where python must be python 3.5 or higher.

provides this output:

usage: router.pyz [OPTIONS] COMMAND [ARGS]...

Options:
  --ip TEXT        Router IP
  --user TEXT      Login name
  --password TEXT  Password
  --help           Show this message and exit.

Commands:
  calls   Calls operations
  nat     NAT operations
  router  Direct router operations

The router-control supports basic environment variables (in addition to command line arguments):

  • RC_IP - IP address to router

  • RC_USER - Login name to router (default: admin)

  • RC_PASSWORD - Password to router (default: admin)

Router operations

Usage: router.pyz router [OPTIONS] COMMAND [ARGS]...

  Direct router operations

Options:
  --help  Show this message and exit.

Commands:
  apply   Apply changes on the router
  export  Print details about router in json
  info    Print details about router

Example:

Command: python router.pyz --ip 192.168.100.1 router info

NAT operations

Usage: router.pyz nat [OPTIONS] COMMAND [ARGS]...

  NAT operations

Options:
  --help  Show this message and exit.

Commands:
  create   Create forwarding rule
  disable  Disable (but not remove) rule
  enable   Enable rule
  info     Print forwarding table
  remove   Remove forwarding rule
  rename   Rename forwarding rule
  update   Update forwarding record

Calls operations

Usage: router.pyz calls [OPTIONS] COMMAND [ARGS]...

  Calls operations

Options:
  --help  Show this message and exit.

Commands:
  export  Print calls history in JSON
  info    Print calls history

Project details


Download files

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

Source Distributions

rvcm-sdist-1.0.6.tar.gz (8.1 kB view hashes)

Uploaded Source

rvcm-1.0.6.linux-x86_64.tar.gz (17.0 kB view hashes)

Uploaded Source

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