An open API service indexing awesome lists of open source software.

https://github.com/payload/l4re-simple-client-server

Example code to demonstrate simple client server code in L4Re.
https://github.com/payload/l4re-simple-client-server

Last synced: 2 months ago
JSON representation

Example code to demonstrate simple client server code in L4Re.

Awesome Lists containing this project

README

        

# L4Re simple client server

Example code to demonstrate simple client server code in L4Re.

Have a look at http://wiki.tudos.org/L4Re_simple_client_server_example.

## Configure, Build and Run

```sh
export L4DIR=~/src/l4
export O=~/build/l4re
make
```