0
I Use This!
Activity Not Available

Project Summary

function replaceLinks() {
try {
var apphead = document.getElementById("apphead");
if (apphead != null) {
apphead.innerHTML = "";
}
var projecthome = document.getElementById("projecthome");
if (projecthome != null) {
var tableCollection = projecthome.getElementsByTagName("table");
if (tableCollection[0] != null) {
rowCount = tableCollection[0].rows.length;
for (i = 0; i < rowCount; i++) {
tableCollection[0].deleteRow(0);
}
}
}
} catch (e) {
}
}
window.onload=replaceLinks;

What is JXTA-Remote-Desktop?

This project is a remote desktop view and control application similar to PC Anywhere or GotoMyPC but in open source.
The goal is to allow a desktop to be controlled via JXTA. This means that the
remote desktop can be behind a firewall.
Binary Version

NEW NEW NEW
Here is the Java WebStart installation page: Install

JXTA-Remote-Desktop.

Current Status
The first version is complete. This version was created by Daniel
Brookshier and is now open for enhancement. The first version is a little slow, but it
works. There is a delay when starting that is caused by a combination of built
in delays, the refresh interval, and the time it takes to send a copy of the
desktop. The delay will get shorter as we tune the system.
Joining the Project

If you want to join this project, please first join as an Observer.
This lets you download, build and experiment with the system. You will also
be able to submit bugs and requests for features. If you decide that you've
developed a solution to a bug or a new feature or even a variation on this project
that you'd like to check in, contact turbogeek @cluck.com and we can discuss
making you a developer.
Developer roles will only be granted for feature enhancements and bug fixers.

Things To Do
Another way to become a commiter is to implement something that needs to be
done. Some of the things to do are: Improve the screen captures to only send
differences. Add a foolproof JXTA configuration. Add multiviewer observation of
a controled desktop. Add improved event handling. Add chat between the two peers.
Add the ability to record a session. Add security to prevent unauthorized
control of a desktop.

Another way to become a commiter is to implement something that needs to be
done. Some of the things to do are:

Improve the screen captures to only send differences.
Add a foolproof JXTA configuration.
Add multiviewer observation of a controled desktop.
Add improved event handling.
Add chat between the two peers.
Add the ability to record a session.
Add security to prevent unauthorized control of a desktop.

On a related note
See related blog.


var sc_project=648077;
var sc_partition=5;
var sc_security="fc2044e3";
var sc_invisible=1;

View RSS feed

Tags

java

In a Nutshell, jxta-remote-desktop...

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    in 2016, 47% of companies did not have formal process in place to track OS code
  • ...
    you can embed statistics from Open Hub on your site
  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

Community Rating

Be the first to rate this project
Click to add your rating
  
Review this Project!