Add hello example

This commit is contained in:
jD91mZM2
2018-06-02 18:19:55 +02:00
parent 6f362b4548
commit 31a2b95fe0
5 changed files with 44 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ A userspace daemon for interprocess communication.
## Usage
[Example usage](https://github.com/redox-os/ipcd/blob/master/examples/main.rs)
See the `examples` folder. [Hello World example](https://github.com/redox-os/ipcd/blob/master/examples/hello.rs)
Simply open `chan:<name>` with O_CREAT where `<name>` is any name you'd like to create a listener.
This listener can accept clients by calling `dup("listen")`.