summaryrefslogtreecommitdiff
path: root/src/tools/echo
Commit message (Collapse)AuthorAgeFilesLines
* lib: renamed rina_name_t to instance_name_tdimitri staessens2016-03-302-2/+0
| | | | | all functions taking a char * ap_name and uint id now take either a instance_name_t or instance_name_t *
* lib: Adds IRMd messages for the dev.h API callsSander Vrijders2016-03-242-5/+4
| | | | | | This adds several messages for the dev.h API calls to communicate with the IRM daemon. The deserializing of these messages is still missing and the irmd hasn't been updated with them either.
* tools: Simple echo applicationSander Vrijders2016-03-214-0/+245
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.