LuCI - OpenWrt Configuration Interface
Find a file
Frank Löffler 66a00ed8e4
luci-mod-status: highlight primary 20 MHz channel
As of now, channel analysis highlights the complete frequency spectrum of a base station (all channels used by the station, which might be more or fewer depending on channel bonding). This means in particular, that in the plot, a station at one main channel might look identical to another station at a different channel, because both might use the same bonded channel spectrum.

One such example is two 80 MHz stations on channels 100 and 108 respectively: both will be plotted from channel 100 up to 115, as both will use those those 80 MHz. This is not incorrect, but it makes it more difficult to see which station is really where, as they might as well switch back to 20 or 40 MHz at times, or for different clients, and where they are then is currently not visible in the plot.

This patch adds another trapez to the plot at the main 20 MHz channel of a station, with width 20 MHz, in case the station uses a wider general width. This is visible, because those polygons are partially transparent. It also moves the x-position of the label to the main channel of the station (which now is marked: this would have looked odd before).

This does not highlight the primary 40 MHz channel for 80 MHz channels and wider. It should be possible be compute this from the knowledge in luci of the primary 20 MHz channel, the center channel and the bandwidth, assuming ac logic, but I decided against adding it, to keep the plot less cluttered.

Signed-off-by: Frank Löffler <frank.loeffler@uni-jena.de>
2023-11-27 08:19:55 +01:00
.github CI: update remaining outdated dependencies 2023-04-01 04:31:08 +08:00
applications luci-app-advanced-reboot: bump version number due to changes in code 2023-11-24 18:48:30 +03:00
build build: i18n-scan.pl: process HTTPS DNS proxy provider descriptions 2023-08-31 15:53:01 +02:00
collections luci: remove installation of attendedsysupgrade 2023-02-20 19:26:50 +01:00
contrib/package ucode-mod-html: fix build with gcc 5 2023-08-08 20:49:31 +02:00
docs docs: Synchronize with Wiki 2023-08-10 13:10:37 +03:00
libs luci-lib-ip: fix creating address instances from integers 2023-11-07 22:59:08 +01:00
modules luci-mod-status: highlight primary 20 MHz channel 2023-11-27 08:19:55 +01:00
protocols luci-proto-vxlan: Enable IPv6 address and port settings 2023-11-18 19:02:46 -08:00
themes luci-theme-bootstrap: better readability in System Log/Kernel Log. 2023-09-06 22:16:12 +02:00
.gitignore .gitignore: adjust paths for autogenerated plural_formula sources 2022-10-25 13:26:56 +02:00
CONTRIBUTING.md CONTRIBUTING.md: Fix sign_your_work link. 2020-03-01 14:33:20 -08:00
jsdoc.conf.json docs: various updates 2019-11-07 12:39:24 +01:00
LICENSE * new project: ff-luci - Freifunk Lua Configuration Interface 2008-03-02 21:52:58 +00:00
luci.mk build: enable packaging of Lithuanian translations 2023-07-27 10:35:31 +02:00
NOTICE Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
package.json CI: automatically update jsapi docs 2021-10-08 17:16:04 -10:00
README.md docs: various updates 2019-11-07 12:39:24 +01:00

OpenWrt luci feed

Translation status

Description

This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.

Usage

This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:

src-git luci https://github.com/openwrt/luci.git

To install all its package definitions, run:

./scripts/feeds update luci
./scripts/feeds install -a -p luci

API Reference

You can browse the generated API documentation directly on Github.

Development

Documentation for developing and extending LuCI can be found in the Wiki

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.

Translation status

Translation status