I've updated opkg (both cli and in luci), but don't see any bandwidthd packages.
My overall aim is to get historical bandwidth monitoring / graphs per IP/host, and it looks like bandwidthd would be a good option (using usb storage or perhaps connecting to a db or storage over the network etc..)
As @greem explains, it was removed due to no upstream maintenance over some years (IMHO it is still a viable, mature package that provides exactly what it was designed to do in the IPv4 realm).
I’ve continued to maintain the package in my local source and continue to build it into all my OpenWrt devices and continue to use it still for my personal use.
The caveat being of course, you will have to build it yourself.
If this issue assisted in resolving your query, please consider marking this topic as [Solved] to help in assisting others that may have the same question. See How to mark a topic as [Solved] for a short how-to.
Thanks!
Actually, looks like one of the old packages has a conflict and won't install (without jumping through some hoops anyway):
Collected errors:
* check_data_file_clashes: Package libgd-full wants to install file /usr/lib/libgd.so
But that file is already provided by package * libgd
* check_data_file_clashes: Package libgd-full wants to install file /usr/lib/libgd.so.3
But that file is already provided by package * libgd
* check_data_file_clashes: Package libgd-full wants to install file /usr/lib/libgd.so.3.0.11
But that file is already provided by package * libgd
* opkg_install_cmd: Cannot install package bandwidthd-sqlite.
Ideally I'd like to be able to use just the functionality to write data out to sqlite, and have the php front end elsewhere, but doesn't look like that's possible with the packages as they are.
Anyway, happy to mark this solved as the mystery of the missing packages has been solved with everyone's help. Thanks.