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

https://github.com/zyearn/rdmaemu


https://github.com/zyearn/rdmaemu

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

libRDMAemu
=====

Visit memory region in another machine.

## start up server

```
cd RDMAemu && make
./objs/rdma_server -c rdma.conf
```

## client usage

Before compiling client program, you must configure IP and Port in RDMAemu/example.c

```
cd RDMAemu/client_example && make
./example
```