LQL - Linux QoS Library
This library provides a high(er) level API to manipulate the network QoS features of the Linux kernel. It is based on GObject (http://www.gtk.org). LQL is released under the GNU GPL version 2.
At the present time the LQL development tree is hosted in my private subversion repository. If there is interest I would be happy to move it to a more public location.
Please see http://www.coverfire.com/lql/ for more information (including API docs which can also be built from any released tarball).
In order to build LQL you will need the headers from a kernel version that supports all of the QDiscs and classifiers supported by LQL. If your distribution does not include new enough kernel headers you can use the --with-kernel-headers=PATH configure option to point to the include/ directory from a newer version.
- Notes
- - It is very doubtful that LQL will work on 64bit architectures at the moment. I don't have a 64bit system to test with. If someone wants to send me a 64bit system I will be glad to make LQL work on it :)
