Using the QoS client: ===================== The QoS client is regarded as a 'Proof-of-Concept' and provides only limited functionality based the requirements of this specific project. But within this, it has been experimentally tested to be working. Please note that all traffic control functionality is left out from this release. We have included a small tool for testing of the QoS client which is only sending some messages, namely a RESERVE, a REFRESH and a TEARDOWN message. To start it, run the following command on the Initiator: qos_test --dst fec0::6 --bw [VALUE] Before doing that, you will have to set up the caspd on the machines as follows: Initiator: caspd --dscmodule libstatic_discovery.so --bind fec0::1 --client libqos_client.so --port 2345 --option dsc_nexthop=fec0::3 Intermediate hop: caspd --dscmodule libstatic_discovery.so --bind fec0::6 --client libqos_client.so --port 2345 --option dsc_prevhop=fec0::3 Receiver: caspd --dscmodule libstatic_discovery.so --bind fec0::3 --client libqos_client.so --port 2345 --option dsc_prevhop=fec0::1 --option dsc_nexthop=fec0::6 Notice that the QoS client is still in beta stage and there can be bugs. ------------------------------------------------------------------------------- March 2005