Pavel Grunt 78022d150e quic: Add missing break
Spotted by coverity
2016-05-04 10:19:26 -05:00
2012-06-04 17:22:01 +03:00
2013-02-11 09:17:53 -06:00
2012-06-04 17:22:01 +03:00
2012-06-04 17:22:01 +03:00
2012-06-04 17:22:01 +03:00
2015-09-09 09:04:48 +02:00
2012-06-04 17:22:01 +03:00
2016-05-04 10:19:26 -05:00
2015-03-13 11:38:56 -05:00
2015-03-13 11:38:56 -05:00
2015-01-16 10:06:34 -06:00
2015-06-04 15:41:48 -05:00
2012-06-04 17:22:01 +03:00
2015-03-13 11:38:56 -05:00
2016-03-08 11:38:24 +01:00
2012-06-04 17:22:01 +03:00

Spice Javascript client

Instructions and status as of March, 2015.

Requirements:

  1.  Modern Firefox or Chrome (IE will work, but badly)
      
  2.  A WebSocket proxy

      I've used websockify:
        https://github.com/kanaka/websockify
      works great.

  3.  A spice server

      At this point, I've tested with qemu hosting
      a Fedora image, a Vista image, and with Xspice.  
      Vista was pretty bad; I recommend either Linux or Xspice.

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.
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 440 KiB
Languages
JavaScript 93.3%
HTML 5%
CSS 0.9%
Makefile 0.8%