Coder Social home page Coder Social logo

remote-desktop-connection's Introduction

REMOTE DESKTOP CONNECTION

This is course project of Networks Lab CS378 . In this project we are creating a program for browser based remote desktop connection to control a computer remotely from other computer

Note : run server on Python3.3 or Python3.4

Dependencies(Ubuntu/Linux Only) :

  1. Python2.7 and python3.3 or above (tested on Python3.3 and Python3.4)
  2. Web socket Library. Go to Libraries/websockets do a sudo python3.4 setup.py build sudo python3.4 setup.py install
  3. xdotool for mouse : sudo apt-get install xdotool
  4. Pykeyboard : sudo pip install pykeyboard Note : The library for this is include . To install goto Libraries/PyUserInput sudo python setup.py build sudo python setup.py install
  5. Xlib : sudo apt-get install python-xlib (dependency for pykeyboard)
  6. pygtk : To capture screens sudo pip install pygtk

Instructions to run Server :

  1. python3.4 server.py You will be prompted for server password which is required for clients to connect
  2. Copy Client folder to your webhost location which is generally in /var/www/html now go to http://your_public_ip/client and enter password to connect

References:

  1. WebSockets Library : Checkout the Documentation
  2. [Read about Threading in Python](https://docs.python.org/3.1/library/threading.html Python Docs)
  3. [Notes on WebSockets by Aditya](https://docs.google.com/document/d/10Lrclx1eN2wRRM74Nwy_EV8Dc0Bq7MZn9TIpPG59Cuo/edit?usp=sharing Web Sockets)

Get the Latest Working Code from Github

Team Members:

  1. Prateek Chandan - 120050042
  2. Aditya Kumar Akash - 120050046
  3. Nishant Kumar Singh - 120050043
  4. Anurag Shirolkar - 120050003

Guide : Prof Varhsa Apte

Department Of Computer Science IIT Bombay

remote-desktop-connection's People

Contributors

prateekchandan avatar anuragshirolkar avatar singhnishant94 avatar adityakumarakash avatar

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.