[PR #20] [MERGED] Fixed DHCP Hostnames and Better Bandwidth Controls #57

Closed
opened 2026-03-04 12:24:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/brvphoenix/luci-app-wrtbwmon/pull/20
Author: @Quphoria
Created: 6/3/2020
Status: Merged
Merged: 6/14/2020
Merged by: @brvphoenix

Base: masterHead: master


📝 Commits (6)

  • 441b0a8 Fixed DHCP Hostnames and Better Bandwidth Controls
  • 26e6af5 Added the option to use the dsl modem bandwidth
  • 2ae1a98 Use the more common SI units for data sizes
  • 187c08c Use a seperate config for display settings
  • e707c5b Only check the config when the page loads
  • b9cf080 Fix speed calculations

📊 Changes

3 files changed (+192 additions, -60 deletions)

View changed files

📝 luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/config.js (+24 -2)
📝 luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/details.js (+166 -56)
📝 luci-app-wrtbwmon/root/usr/share/rpcd/acl.d/luci-app-wrtbwmon.json (+2 -2)

📄 Description

The rpc call returns uppercase mac addresses, I have now made it return lowercase mac addresses which also allows uppercase mac addresses in the user file

I have also changed the bandwidth control into a config with seperate upstream/downstream values

I have also added an option to view speeds in bits/second instead of bytes for people who prefer to see it that way


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/brvphoenix/luci-app-wrtbwmon/pull/20 **Author:** [@Quphoria](https://github.com/Quphoria) **Created:** 6/3/2020 **Status:** ✅ Merged **Merged:** 6/14/2020 **Merged by:** [@brvphoenix](https://github.com/brvphoenix) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`441b0a8`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/441b0a845b0340e7be1192dc6a8e2314ea6c070d) Fixed DHCP Hostnames and Better Bandwidth Controls - [`26e6af5`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/26e6af5212c9d5e926e26f3ff7b0d0a9d91a193d) Added the option to use the dsl modem bandwidth - [`2ae1a98`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/2ae1a9886e6877691df4687c4a07d822a87e59e6) Use the more common SI units for data sizes - [`187c08c`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/187c08c4fe267f38ff61a5f82e96df969ccac01e) Use a seperate config for display settings - [`e707c5b`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/e707c5be3d76830d976b48534f69aad8b9c5c51f) Only check the config when the page loads - [`b9cf080`](https://github.com/brvphoenix/luci-app-wrtbwmon/commit/b9cf0804ce4f789bba91a5ae00c62857b388ab59) Fix speed calculations ### 📊 Changes **3 files changed** (+192 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/config.js` (+24 -2) 📝 `luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/details.js` (+166 -56) 📝 `luci-app-wrtbwmon/root/usr/share/rpcd/acl.d/luci-app-wrtbwmon.json` (+2 -2) </details> ### 📄 Description The rpc call returns uppercase mac addresses, I have now made it return lowercase mac addresses which also allows uppercase mac addresses in the user file I have also changed the bandwidth control into a config with seperate upstream/downstream values I have also added an option to view speeds in bits/second instead of bytes for people who prefer to see it that way --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 12:24:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-wrtbwmon-brvphoenix#57
No description provided.