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.
- Host: GitHub
- URL: https://github.com/payload/l4re-simple-client-server
- Owner: payload
- Created: 2012-05-04T00:06:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-02T17:29:48.000Z (almost 13 years ago)
- Last Synced: 2024-10-09T07:13:32.725Z (8 months ago)
- Language: C++
- Homepage: http://wiki.tudos.org/L4Re_simple_client_server_example
- Size: 109 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```