summaryrefslogtreecommitdiff
path: root/src/tools/cbr/cbr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed comments on #122dimitri staessens2016-06-141-2/+0
|
* lib, irmd, tools, ipcpd: updates to dev API.dimitri staessens2016-06-131-11/+31
| | | | | | | | | | | | | | | The registration function has been moved to the irm tool, applications now need to be registered by an administrator. Currently only supports one instance per registered name, and an AP can be registered under only one name. The irmd can now start a registered server application on demand. For the full functionality of the tool, execute "irm register". AP name removed from flow allocation. Flow allocation does not send the source ap name as it is quite useless. The accept() call now only returns the AE name.
* tools: updated cbr with flood and sleep optionsdimitri staessens2016-05-271-2/+11
| | | | | | | The cbr client will now use busy waiting by default to control the sending rate. A --sleep option has been added to allow low CPU usage when sending at low data rates. A --flood option has been added that writes SDU's as fast as possible.
* tools: fixes comments on d74d67adimitri staessens2016-05-241-6/+3
|
* tools, lib: cbr tool for bandwidth testingdimitri staessens2016-05-241-0/+124
The tool sends constant bandwidth traffic between a client and a server. cbr --help for more info. Adds time_utils.h to the library containing useful functions for arithmetic with timespec and timeval structures.