turboproc

Results 40 comments of turboproc

> I would suggest we merge this now so we can move forward. If something doesn't fit, we can still change it until the next release. For me it currently...

> @turboproc package was renamed to ltq-vdsl-vr9-app could you please rebase your changes > > Edit: And merge this into one commit `ltq-vdsl-app: extend ubus call to provide DSL statistics`...

Below a screendump of how it looks like without any theme (or the default theme). Let me have a look how the graph can anticipate the theme being used. Valid...

@feckert would this be better ? ![image](https://user-images.githubusercontent.com/2256688/180827232-5c8a2c3b-9f1e-4201-8c5d-bea63fde538a.png) Btw, running on recent version of OpenWRT ([Powered by LuCI Master (git-22.137.71281-d6dbedd)](https://github.com/openwrt/luci) / OpenWrt SNAPSHOT r19781-d55f12cc79). Could you please share the output of...

> You need to properly handle scaling for the SNR data, as the group size isn't always 8. There is a maximum of 512 subcarrier groups, and the group size...

@janh , @feckert updated the commit to take care of - better colors in case of dark-mode themes - handling sub-carriers depending on their number (scaling) - added graphs covering...

> Scaling in x-direction looks good now: [vdsl2-35b.png](https://user-images.githubusercontent.com/949763/181818207-76d8b96c-86eb-4ae7-8016-964dc13cbe67.png) In some cases, the x value range may not be the same for each graph and the graphs don't align (but it...

> > @janh, are you sure regarding the value translation? Reading the ITU recommendation: > > ``` > > 7.10.9.3 Downstream QLN(f) (QLNpsds) > > ``` > > This seems...

One way to represent the error values is by plotting a little red cross as in the example below (below minimum at index 0, above maximum at index 64). The...

Created a new commit with rewritten drawing routing. Rather than drawing bar by bar, it first draws the outline and then fills the graph. This is done block by block....