Giter Site home page Giter Site logo

wifiruletogglepythongui's Introduction

wifiRuleTogglePythonGui

This app interacts with your router running on OpenWRT firmware using JSON RPC.

More details about OpenWRT UCI can be found here: https://wiki.openwrt.org/doc/uci

This is a simple GUI app which I created using Python.

What it does

This app toggles the state, on / off, of a rule that you configure on your router using the web interface.

How to use

If you wish to use this app, then you must configure these 4 things in 'wifiRuleTogglePythonGui.py' file:

  • RULE_INDEX_STRING: This is the index of the firewall (traffic) rule that you have already must have configured on your router. Example: "-2"
  • IP_STRING: This points to the router's IP. Example: "192.168.0.1"
  • USER_NAME = "<< Your User Name >>"
  • USER_PASSWORD = "<< Password for that user >>"

For me, the rule was configured to "deny" any access to internet for a specified MAC address. The default state of the rule is configured to be "off". Thus this app behaves accordingly.

Hope this application helps you in understanding how to use JSON RPC to interact with UCI of OpenWRT.

Dependencies

This script uses PyQt5, paramiko. Make sure you have installed those packages before you run the script.

Note

I've compiled this script with Python version 3.5

wifiruletogglepythongui's People

Contributors

cnayan avatar

Watchers

 avatar  avatar

wifiruletogglepythongui's Issues

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.