All Projects → ttgapers → cakeqos-merlin

ttgapers / cakeqos-merlin

Licence: GPL-3.0 license
Custom add-on for supported Asus routers with Merlin firmware that introduces CAKE QoS as an alternative to Traditional/Adaptive/FreshJR implementations.

Programming Languages

Classic ASP
548 projects
shell
77523 projects

Projects that are alternatives of or similar to cakeqos-merlin

aliyundrive-webdav
阿里云盘 WebDAV 服务
Stars: ✭ 5,371 (+10642%)
Mutual labels:  asuswrt-merlin
shadowsocks-libev-tomato
Pre-compiled shadowsocks-libev for TomatoUSB, Tomato Shibby, Toastman and Asuswrt Merlin.
Stars: ✭ 32 (-36%)
Mutual labels:  asuswrt-merlin
Asuswrt Merlin
Asuswrt-Merlin is an enhanced version of Asuswrt, the firmware used by Asus's modern routers.
Stars: ✭ 6,591 (+13082%)
Mutual labels:  asuswrt-merlin
Asuswrt Merlin.ng
Third party firmware for Asus routers (newer codebase)
Stars: ✭ 3,400 (+6700%)
Mutual labels:  asuswrt-merlin
asus-v2ray-transparent-proxy
transparent proxy with v2ray, iptables, ipset 无线路由器 v2ray 透明代理
Stars: ✭ 54 (+8%)
Mutual labels:  asuswrt-merlin
TutoAsus
Tutorial on how to setup a nginx reverse proxy on Asus router with Merlin firmware, and get Let's Encrypt certificate with acme.sh.
Stars: ✭ 35 (-30%)
Mutual labels:  asuswrt-merlin
ancistrus
Netgear's D7000 Nighthawk Router Experience Distributed Project
Stars: ✭ 61 (+22%)
Mutual labels:  sqm

CakeQOS-Merlin Build Status Shellcheck

Pre-requisites

  1. Currently supports ASUS HND models running ASUSWRT-Merlin firmware version 386.2 and above. Versions prior to 386.2 are supported on the legacy 386 branch or 384 branch. This script will automatically install the appropriate legacy version if your firmware does not support Cake natively.
  2. Not recommended for connection up/down of 250Mbps or higher. Note: Users with higher up/down connections have reported lower peaks but better stability and user experience overall and continue to use Cake.

Tips

  1. If you use connections like ADSL, VDSL, Docsis, learn about the overhead keyword at the tc-cake man page.
  2. Read and understand the different Priority Queue Parameters and Flow Isolation Parameters.
  3. Use 90-95% of your line speed as upload/download limits

Install Example

  1. For best results, uninstall the legacy CakeQOS-Merlin v1.0 script, then enable Cake in the router WebUI under Adaptive QoS / QoS (a reboot may be required).

  2. Run the installer:

    mkdir -p /jffs/addons/cake-qos && /usr/sbin/curl -s "https://raw.githubusercontent.com/ttgapers/cakeqos-merlin/master/cake-qos.sh" -o "/jffs/addons/cake-qos/cake-qos" && chmod 755 /jffs/addons/cake-qos/cake-qos && sh /jffs/addons/cake-qos/cake-qos install
  3. Configure your preferred settings in the WebUI under Adaptive QoS / CakeQOS-Merlin.

  4. To check that CakeQOS-Merlin is running, check the Cake Current Status section of the WebUI, and/or do a bufferbloat test on DSLReports.

Web Interface

Web Interface

Usage

cake-qos {status general|status download|status upload|update|install|uninstall|debug}
  • status general: check the current general status of cake-qos
  • status download: check the current download status of cake-qos
  • status upload: check the current upload status of cake-qos
  • update: update cake-qos installer (if any available)
  • install: download and install necessary cake-qos files
  • uninstall: remove from startup, and remove cake-qos files
  • debug: display config info

CLI

tc qdisc
tc qdisc show | grep root
tc -s qdisc show dev eth0 # for upload
tc -s qdisc show dev ifb4eth0 # for download
cake-qos status general

Uninstall/Remove

  1. SSH to the router and execute:
cake-qos uninstall
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].