summaryrefslogtreecommitdiff
path: root/src/tools/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tools: Simple echo applicationSander Vrijders2016-03-211-0/+1
| | | | | | This adds a simple echo application written to show application how to use the API. It also updates the dev.h header file with the insights gained from performing this excercise.
* src: Rename daemons and add tools folderSander Vrijders2016-02-221-0/+1
This renames the daemons to end with a 'd', as is common for UNIX daemons. It also adds a tools folder, that will hold the tools of the Ouroboros prototype. Examples are a simple echo application, an application to instruct the IRM ...