bnuuy/spice-html5
2021-05-26 11:11:43 -04:00
..
src web interface 2021-05-26 11:09:40 -04:00
.gitignore web interface 2021-05-26 11:09:40 -04:00
apache.conf.sample web interface 2021-05-26 11:09:40 -04:00
COPYING web interface 2021-05-26 11:09:40 -04:00
COPYING.LESSER web interface 2021-05-26 11:09:40 -04:00
index.html set title 2021-05-26 11:11:43 -04:00
Makefile web interface 2021-05-26 11:09:40 -04:00
package.json.in web interface 2021-05-26 11:09:40 -04:00
README web interface 2021-05-26 11:09:40 -04:00
spice-html5.spec.in web interface 2021-05-26 11:09:40 -04:00
spice.css web interface 2021-05-26 11:09:40 -04:00
spice.html web interface 2021-05-26 11:09:40 -04:00
TODO web interface 2021-05-26 11:09:40 -04:00

Spice Javascript client

Instructions and status as of August, 2016.

Requirements:

  1.  Modern Firefox or Chrome (IE will work, but badly)

  2.  A WebSocket proxy

      websockify:
        https://github.com/kanaka/websockify
      works great.

      Note that a patch to remove this requirement has been submitted
      to the Spice project but not yet been accepted.  Refer to this email:
      https://lists.freedesktop.org/archives/spice-devel/2016-June/030552.html

  3.  A spice server


Optional:
  1.  A web server

      With firefox, you can just open file:///your-path-to-spice.html-here

      With Chrome, you have to set a secret config flag to do that, or
      serve the files from a web server.


Steps:

  1.  Start the spice server

  2.  Start websockify; my command line looks like this:
        ./websockify 5959 localhost:5900

  3.  Fire up spice.html, set host + port + password, and click start


Status:

  The TODO file should be a fairly comprehensive list of tasks
  required to make this client more fully functional.