diff options
author | dscho <dscho> | 2004-09-14 07:49:09 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-09-14 07:49:09 +0000 |
commit | b2bc0cdd69cedd8cdea091950d51c84e24fa5992 (patch) | |
tree | ed26280338ea79ed0d011fbeb94c9812365f3186 /success.html | |
parent | d10f5ebec7099a9c3c38d33e40fefa20a29165bd (diff) | |
download | libtdevnc-b2bc0cdd69cedd8cdea091950d51c84e24fa5992.tar.gz libtdevnc-b2bc0cdd69cedd8cdea091950d51c84e24fa5992.zip |
add success stories (only one at the moment)
Diffstat (limited to 'success.html')
-rw-r--r-- | success.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/success.html b/success.html new file mode 100644 index 0000000..788279b --- /dev/null +++ b/success.html @@ -0,0 +1,32 @@ +<html> +<head> +<title>Success stories</title> +</head> +<body> +Jeff Mock of <a href=http://alfa.naic.edu>the world's largest radio telescope +in Arecibo</a> sent me a nice +<a href=http://libvncserver.sourceforge.net/alfa-vnc.gif>screenshot</a>, +describing his use of LibVNCServer: + +<p> + +<i>I've been using it for about 4 months +on a project to build a new spectrometer for the radio telescope at +Arecibo. Arecibo is the largest radio telescope in the world (305m!) in +Puerto Rico. It has 10-times the collecting area of the second largest +telescope in Effelsburg (maybe near you?). + +<p> + +The project is an embedded linux box that boots from a compact flash +card. The root filesystem is only about 5MB. X wasn't reasonable +for such a small embedded system, but libvncserver was perfect. On +the console we run graphical diagnostics that write directly to the +frame buffer. It was a simple matter to hook this direct-framebuffer +application to libvncserver. This way we can easily view the +diagnostics for the spectrometer from the control room (or anyplace +else for that matter).</i> + +</body> +</html> + |