Giter Site home page Giter Site logo

uwuclxdy / wifi-bonding-nolog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leanxmodulostk/wifi-bonding-nolog

0.0 0.0 0.0 104 KB

This module doubles your bandwidth, disables Wi-Fi packet logging (has high overhead and several related security issues) and other logging for less background load and perhaps some battery life.

Shell 100.00%

wifi-bonding-nolog's Introduction

Wi-Fi Bonding NoLog [Qcom]

Description

This module doubles your bandwidth, disables Wi-Fi packet logging (has high overhead and several related security issues) and other logging for less background load and perhaps some battery life.

Others tweaks manual:

  • Force Wi-fi Low Latency Mode: This mode consumes more energy even if the screen is off if you want to activate it follow the steps below.
  1. Open Termux and type: su -c wifilatency
  2. To disable it: su -c wifilatencyoff
  • TCP Low Latency: This mode can be useful in real-time or latency-sensitive applications (online gaming, live streaming, and others).
  1. Open Termux and type: su -c tcplatency
  2. To disable it: su -c tcplatencyoff
  • ▸ Increase Transmission Queue Length:The txqueuelen option in the ifconfig command is used to set or display the transmission queue length for a network interface on Linux. Transmission queue length refers to the maximum number of packets that can wait in the transmission queue before being sent. When you set the transmission queue length with txqueuelen, you define the maximum number of packets that can be queued for transmission on the network interface. A higher value allows for a larger transmission queue, which can be beneficial in high network load or congestion situations, as it provides more space to queue packets before they are dropped or transmission delays occur.
  1. First check the value of txqueuelen with the following command (termux): su -c "/bin/ifconfig wlan0"
  2. If the default value of txqueuelen is equal to or greater than 4000 you should edit the txtweak file (system/bin) inside the module and increase the value to test.
  3. To return to the default simply put the value you checked at the beginning in the following command and paste it into termux (or just reboot your device): su -c "/bin/ifconfig wlan0 txqueuelen valor"

Installation

  1. First delete your Wi-Fi password
  2. Uninstall previous version of this module (reboot)
  3. Install the module in Magisk (reboot)
  4. Connect to your Wi-Fi.
  5. Enjoy!

Support

Special Thanks

Google 💩 for WCNSS_qcom_cfg.ini

Source Android for Wifi low-latency mode

simonsmh for Wifi Bonding Module

水龙&黎木汐 for reduces the number of standby wakeups

syphyr for disable wifi packet logging

@Xizi1.5 for Super TCP

Zackptg5 for the MMT-Ex template

Topjohnwu for making Magisk

wifi-bonding-nolog's People

Contributors

leanxmodulostk avatar marcant01 avatar simonsmh avatar topjohnwu avatar uwuclxdy avatar xinxin8816 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.