Giter Site home page Giter Site logo

jasonpang / remotedesktop Goto Github PK

View Code? Open in Web Editor NEW
528.0 63.0 260.0 1.08 MB

A from-scratch re-implementation of VNC / TeamViewer / Remote Desktop. Working screen transfer, NAT traversal / UDP hole punching, uses a mirror driver.

License: MIT License

C# 100.00%

remotedesktop's Introduction

Remote Desktop, a PC Screen Sharing Software Prototype

Note: I've been getting some emails about this project (never expected anyone to see this really) and it not working -- please see the documentation at remote-desktop.readthedocs.org. The project builds and runs successfully in its current state, though it might be a bit slow. (November 4, 2014)

Note: This project is pretty old and bloated. I recently wrote a much much smaller and slimmer version demonstrating basic usage, which works on Windows 8/8.1, if you're interested in just the screen capture functionality. The project is ScreenShare. Important differences between Screenshare and RemoteDesktop: RemoteDesktop has UDP hole punching implemented; ScreenShare does not and only works locally. RemoteDesktop uses a mirror driver for screen capture; ScreenShare does not and uses the native Windows Desktop Duplication API available in Windows 8/8.1. (August 20, 2015)

Tagline

See your friend's screen and control his keyboard and mouse. `RemoteDesktop' brings the remote computer to you, with extra tools like a remote file manager, registry editor, and chat.

Old Website

http://novarat.sourceforge.net/

Screenshots

Technical Features & Libraries

remotedesktop's People

Contributors

jasonpang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

remotedesktop's Issues

Hi

I need installing demo forge mirage I mean I need on how to use it can you please help me

Remot

import { replaceStoragePlaceholders } from './replaceStoragePlaceholders'
import { StoreKeyUndefinedError } from './runner'

describe('replaceStoragePlaceholders', () => {
it.each([
[{foo}, 'bar'],
[
{ "principal": "{foo:bar}" },
{ "principal": "baz" },
],
])('replace the placeholder in %s', (template, expected) => {
expect(
replaceStoragePlaceholders({
foo: 'bar',
'foo:bar': 'baz',
})(template),
).toEqual(expected)
})
it.each([
{foo},
{ "principal": "{cognito:IdentityI}" },
{ "principal": "{foo}" },
])('should error on unreplaced placeholders in %s', (template) => {
expect(() => replaceStoragePlaceholders({})(template)).toThrow(
StoreKeyUndefinedError,
)
})
})

Mirror Driver

Hi!

First of all, Congratulations for this excelente job.

One question: Is possible to use native duplication API from Windows instead of driver?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.