Downloads

Download location

Contact: michal@ns1.prokon.cz


snmp-extension-0.2.0 released

download

Snmp extension to Net-SNMP daemon

To-Do

  • create some script, that will be able to do conversion between tc commands and qosd server configuration file

    Changelog

  • 2004-04-24
    - changed HtbTokens and HtbCtokens into Integer value (previously Unsigned32 wasn't correct)
  • 2004-04-18
    Big Changes
    - qosOptional values removed - added special columns for red,cbq and htb
    - added values rate/ceil/prio specific for htb
    - added bps/pps value - currently (April 2004) is this value supported only by htb
    - changed indexing schema to column.device_type.device_index.major.minor
    - added qosInfo column with all statistic information in one line
    For ideas, critics and bug-hunting big thanks to Krasiyan Andreev
  • 2004-03-03
    Changed 32bit Counter qosBytes into 64bits, according to correctly display stats
  • 2004-03-01
    fixed descriptor leak in add_classes function (thnx to Grzegorz Piszczek)
  • 2004-02-08
    Changed indexing schema to device.major.minor - better fits
    Stefs scripts probably won't work with the newer version :-(
  • 2003-12-15
    Stef Coene added support for parent (qosParent & qosTextParent)
  • 2003-12-12
    Added text values qosTextHandle and qosTextParent for better orientation2
  • 2003-12-11
    Can't be compiled with older gcc, fixed

    QoS client/server application

    I have written client/server application for configuring linux kernel qos parameters. Server is written in C lang., client in Java.
    Client <-> Server communication is based on SOAP standard (uses gSOAP and Apache AXIS projects). Server talks to kernel via netlink interface.

    Screenshots and package are available at download location. Any questions or suggestions are welcome!