commit | c81130cabdb674bd9e362b25ae1026bdd095ef24 | [log] [download] |
---|---|---|
author | João Vilaça <jvilaca@gmail.com> | Thu Jul 18 17:38:44 2013 -0700 |
committer | João Vilaça <jvilaca@gmail.com> | Thu Jul 18 17:38:44 2013 -0700 |
tree | 23bc7535485bea66f9bf0660f45a5fb730412cce | |
parent | 3a17107b9cbab3eea26bee336e8eb9efd1d0bd5e [diff] | |
parent | ab91b1583b24d61096fdc51b24c6efcf7cceaf31 [diff] |
Merge pull request #1 from blackwolf12333/master ADD: option to set the IP address for the server in the command line
Desktop sharing HTTP server.
No need for a dedicated client, any modern browser will do.
Licensed as GPL. See license file or http://www.gnu.org/licenses/.
Server has been tested in both Windows XP 32 bits and Windows 7 64 bits. DotNet Framework 2.0 or better needed.
Client has been tested with Chrome on the same Windows configurations as above but “should” work in any browser/OS combination.
This application is already somewhat functional but a few features and code quality assurance are still needed.
See TODO file for more info.
If you find this project interesting or that in any wait it could be useful for you and want to contribute please do.
The following roles are needed and open for contributors:
See TODO file for more info on pending tasks.
This Application allows a user with a browser (client) to control a remote computer (server).
The Application is basically an embedded HTTP server that generates a simple HTML5 page with an image. That image is a representation of the current Screen Device of the Server.
The Client sees the remote computer Desktop as a webpage on the browser. Clicks on the browser are sent to the remote computer.