Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib, irmd, tools: Support to create IPCPs | Sander Vrijders | 2016-02-25 | 1 | -0/+2 |
| | | | | | | | Provides the initial support to create IPCPs via a command-line tool. It extends the socket layer with a message that is sent over a socket to the irmd when the irm_create_ipcp library function is called from a program. | ||||
* | lib: Initial messages for the IRM | Sander Vrijders | 2016-02-23 | 1 | -1/+12 |
| | | | | | This provides the initial messages to be passed between the irmd and libouroboros-irm. | ||||
* | src: Rename daemons and add tools folder | Sander Vrijders | 2016-02-22 | 3 | -0/+49 |
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 ... |