GithubHelp home page GithubHelp logo

routeradmin's Introduction

Router Administrator

A personal Android application for administrating local routers.

The application is created for doing simple tasks on a local router.

Router Admin

Features

Router Admin

The application will have varying function depending on the router's features. Some of the features that are currently implemented:

Info
Display general information that can be gathered for the router.
Devices
Show devices that are connected to the router.
Access Control
Control the access control for the router.
Restart
Command the router to restart.

Router Admin

Multiple profiles
The application supports multiple profiles for easy switching between routers or users.

How it works

Only routers configured to the application are supported. A router is configured in the JSON router config file. The config contains info of which feature each device supports and how to execute them.

Example JSON config object for parsing a login page:

  "parsing": {
    "login":{
        "page":"login.htm",
        "regexIsPage":"var login=\\{.+\\};",
        "regexLoginDetails":"var login=\\{multi_account:\"\\d+\",captcha:\"\\d+\",fail:\"\\d+\",identifier:\"(.*?)\"\\};",
        "post":{
            "page":"login",
            "submitType":"0",
            "identifier":"%1%",
            "sel_userid":"%userid%",
            "userid":"",
            "passwd":"%password%",
            "captchapwd":""
        },
        "regexLoginFailed":"writeBox_h1\\(\"login_fail\""
      },
      ...
  }

Libraries

More info to come

routeradmin's People

Contributors

skarbo avatar fagionpw avatar

Watchers

James Cloos 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.