CINXE.COM
Home
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Home</title> <link rel="icon" type="image/png" href="images/favicon.png"/> <link href="https://www.spice-space.org/theme/css/bootstrap.min.css" rel="stylesheet"/> <link rel="stylesheet" href="https://www.spice-space.org/theme/css/main.css" /> <link rel="stylesheet" type="text/css" href="https://www.spice-space.org/theme/tipuesearch/tipuesearch.css" media="screen"> <script src="https://code.jquery.com/jquery.min.js"></script> <script> function validateForm(query) { return (query.length > 0); } </script> <!--[if IE]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="index" class="home"> <div class="container"> <header id="banner" class="body"> <div id="search-area"> <form action="https://www.spice-space.org/search.html" onsubmit="return validateForm(this.elements['q'].value);"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input"> </form> </div> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="https://www.spice-space.org/index.html">HOME</a></li> <li><a href="https://www.spice-space.org/faq.html">FAQ</a></li> <li><a href="https://www.spice-space.org/features.html">Features</a></li> <li><a href="https://www.spice-space.org/documentation.html">Documentation</a></li> <li><a href="https://www.spice-space.org/demos.html">Demos</a></li> <li><a href="https://www.spice-space.org/support.html">Support</a></li> <li><a href="https://www.spice-space.org/download.html">Download</a></li> <li><a href="https://www.spice-space.org/developers.html">Developers</a></li> <li><a href="https://www.spice-space.org/contact.html">Contact</a></li> </ul> </div> </div> </nav> <div class="gradient"/> </header><!-- /#banner --> <div> <h1 class="entry-title">Home</h1> <p>The SPICE project aims to provide a complete open source solution for remote access to virtual machines in a seamless way so you can play videos, record audio, share usb devices and share folders without complications.</p> <a class="reference external image-reference" href="static/images/rhel7_win7.png"><img alt="RHEL7 client connected to a Windows guest" class="align-left" src="static/images/rhel7_win7.png" style="width: 48%;" /></a> <a class="reference external image-reference" href="static/images/win7_rhel.png"><img alt="Windows7 client connected to RHEL6 and RHEL7 guests" class="align-right" src="static/images/win7_rhel.png" style="width: 48%;" /></a> <p>SPICE could be divided into 4 different components: Protocol, Client, Server and Guest. The protocol is the specification in the communication of the three other components; A client such as remote-viewer is responsible to send data and translate the data from the Virtual Machine (VM) so you can interact with it; The SPICE server is the library used by the hypervisor in order to share the VM under SPICE protocol; And finally, the Guest side is all the software that must be running in the VM in order to make SPICE fully functional, such as the QXL driver and SPICE VDAgent.</p> <a class="reference external image-reference" href="static/images/spice_schem.png"><img alt="scheme with SPICE components" class="align-center" src="static/images/spice_schem.png" /></a> </div> <section id="extras" class="body"> </section><!-- /#extras --> <footer id="contentinfo" class="body"> <div> <!-- TODO: rework, only redirecting, there is no official osci footer logo yet--> <a href="http://www.osci.io/"> <img src="https://www.spice-space.org/theme/images/icons/osci_logo.svg" alt="osci.io"/> </a> </div> </footer><!-- /#contentinfo --> </div> <script src="https://www.spice-space.org/theme/js/bootstrap.min.js"></script> </body> </html>