Skip to content

mashemat/rdma-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

rdma-server-client

RDMA based simple server client application using rsockets from librdmacm of rdma-core (https://github.com/linux-rdma/rdma-core).

Compile the scripts using:

g++ server.cpp -o server -libverbs -lrdmacm
g++ client.cpp -o client -libverbs -lrdmacm

Run the executables using:

./server PORT

./client SERVER-IP SERVER-PORT

About

RDMA based simple server client application using rsockets from librdmacm library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages