Skip to content

cbix/XVMSocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 

Repository files navigation

XVMSocket

This is a fork of https://github.com/skranjac/XVMSocket to run on current Linux kernel and Xen (tested Linux 4.4 with Xen 4.6). Being our submission for a lab project, it is not production ready.

Requirements

  • Linux >= 4.4
  • Xen >= 4.6
  • xenstored running (preferably on dom0)

Addressing

Our fork uses a new addressing scheme with a service string, which the server can bind and clients connect to, e.g. "database" or "proxy". See files in test3 for examples.

About

Xen inter-domain communication socket family alternative to TCP/IP based on domain shared memory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%