summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2014-05-27Changed build system to CMakeTimo Dritschler
2014-05-09Added SDL (Simple Direct media Layer) image output to testing frameworkTimo Dritschler
Test communicaation between server and client now passes images via KIRO-TRB Updated Makefile Removed Super-Verbose output from kiro_client_sync
2014-05-09Restructured kiro-server implementation to make it a bit more modularTimo Dritschler
Added interface to kiro-client to access the memory allocated for communication Added new 'kiro_destroy_connection' to kiro-rdma package Changed interface of 'kiro_destroy_connection_context' and updated server and client accordingly Started to implement a more visual testing routine in test-server Made test-client use commandline arguments for address and port Updated Makefile
2014-04-25KIRO Server and Client now automatically exchange MRI on connectTimo Dritschler
Added 'kiro_client_sync' that RDMA-READs the KIRO-TRB from the server Updated Makefile Updated test-client
2014-04-25Small detail fix in KIRO ServerTimo Dritschler
Added small test program for KIRO Server and Client Updated Makefile
2014-04-25Added first draft of 'KIRO Server' classTimo Dritschler
Updated Makefile
2014-04-24Added first draft of a KIRO Client classTimo Dritschler
Updated Makefile
2014-04-23Initial Commit for "KIT Infiniband Remote Objects" (KIRO) LibraryTimo Dritschler
Created KiroTrb (KIRO Transmittable Ring Buffer) class Wrote short test for KiroTrb class