(Better and faster) Table of Hardware

Here is the latest v1.61 of my Enhanced TOH.

  • fixes the RamMb column header filtering and Sorting
  • makes the filter presets a little bit smaller, (to be able to split the list in 2 columns, if the list becomes longer)
4 Likes

FYI I was browsing and it rendered wifi 200GHz with the tooltip being 600GHz?

2024-11-21-095023_218x117_scrot

Thanks for the report. :+1:
I will fix it in next release.

1 Like

Regarding Device types - it is possible to do so, but a bit hard - ie. to distinction you will need to add a column Device Type and then filter on
Wifi Router
WiFi AP
SBC Router - https://soif.github.io/OpenWrtTOH/?features=type_board
LTE Router
Travel Router
Switch - https://soif.github.io/OpenWrtTOH/?features=type_switcth

How often is the table updated. Were is the image taken from?
I see this for QNAP QHora-301w.
image
I've just updated the wiki for that device and I see this picture.
image

Update - I just saw it got updated.
Congrats for the table! It's really useful.

1 Like

Feature request: make it easy to provide a negative filter or filter on the "column is empty" condition.

Concrete example: check the "Modem: DSL" box under Features, get a whole table of devices where it exists but does not work. Please make it easy to filter them out, by excluding devices that mention DSL in the "Unsupported" column.

@ed8 all device types will be added to the filter features in the next version. :sunglasses:

2 Likes

The enhanced ToH retrieves openwrt.org/toh.json from the OpenWrt server, then uses that data structure to build table for its web page. The toh.json file seems to regenerated nightly.

The images are directly read from the Openwrt website.

Congrats for the table! It's really useful.

Thank you! :slightly_smiling_face:

Thank you for the feedback! :+1:

Your Example will be integrated in the next version:
--> "Modem: DSL" feature will filter out devices that have "DSL" in the "Unsupported" column.

To all: If you have other examples, please Post them here, so that I can also patch them.

I've just released v1.65 of my Enhanced TOH.

  • Fixes Wlan 600Ghz Title typo (was 200Ghz)
  • add all 'Type' filter features
  • 'Modem DSL' feature excludes items with unsupported DSL modem
  • Correctly sorts 'Unsupported' column
  • Memory, Modem & Type features are each mutually exclusive
3 Likes

Thanks a lot!
Love that you are incorporating our feedback

Apologies I should have been more clear.
Wifi is in V band i.e. I believe it's mmWave 60GHz band right? We're still out by a factor of ten?

I believe it's 802.11ad? 59-63GHz? Hence 60GHz wifi. Or 57-71 now that I'm reading some more....

It'll be fixed in next release!

Shouldn't it be the duty of any developper ? :innocent:

But still only 7 stars :star2: at GitHub ATM... :cry:

7 Likes

When sorting on RAM size the ordered values appear to be random - see screenshot

maybe because you did NOT sorted by RAM (the colum arrow is NOT black = unsorted) :smiley_cat:

ooops - my bad, you are right, it does work (must have been a long week...)

I'm curious where you get the data for the 6.0Ghz column from (wlan60ghz)?
I don't see this in the original table of hardware

Yes, from the wlan60ghz column.

I don't see this in the original table of hardware

Yet, it is being retrieved from the official TOH JSON :thinking:

I've just deployed version 1.68 of my enhanced TOH.

  • 'Ethernet' filter features are now mutually exclusives
  • Fixes Wlan 60Ghz Title typo (was 600Ghz)
  • Displays Filtered / Total count in the header
  • Links Header Title to TOH's base URL (reset filters & view)
2 Likes

Ah interesting so it's in the JSON but the totally absent from:

  1. The table of hardware full table view page GUI
  2. The CSV download
  3. The documentation of the columns

Thanks.