Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Change install directories and set correct permissions | Sander Vrijders | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | | This sets the correct install directories for all the binaries, library and header files. It also sets the right permissions on the sockets and shared memory so that regular users can also use the ouroboros library. Root privileges are required to run the irmd. Fixes #7 | ||||
* | tools, lib: cbr tool for bandwidth testing | dimitri staessens | 2016-05-24 | 1 | -0/+16 |
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. |