Skip to content
Snippets Groups Projects
Will Dietz's avatar
Will Dietz authored
This should be done properly later, but for now
this should get our experiments running.
fbe398c7
History
Name Last commit Last update
docker
ipcd
libipc
README.md
count.sh

ipcopter

IPC Optimization Research Implementation

Contents:

  • ipcd/
    • Trusted central manager daemon.
  • libipc/
    • Shared library linked into applications (LD_PRELOAD)
    • Hooks network functionality and coordinates with ipcd to optimize communication
  • docker/
    • Scripts for building and injecting ipcopter into a testing container.
    • See README for more information.