AliYar-Khan / remotely

An application that transforms your mobile device into a powerful remote control for your desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remotely

Overview

Remotely is a versatile application that transforms your mobile device into a powerful remote control for your desktop. This application offers multiple functionalities, including file transfers, touchpad, and keyboard features, making it an essential tool for seamless interaction between your mobile and desktop environments.

Features

  1. Multiple File Transfer from Mobile to Desktop:
  • Easily transfer multiple files from your mobile device to your desktop.
  1. Single File Transfer from Desktop to Mobile:
  • Transfer a single file from your desktop to your mobile device with ease.
  1. Touchpad:
  • Use your mobile device as a touchpad to control the cursor on your desktop.

  • Supports coordinate transfer to enable smooth cursor movements.

  1. Keyboard:
  • Use your mobile device as a keyboard to type on your desktop.

  • Enhances productivity with remote typing capabilities.

Technologies Used

  1. Backend:
  • Node.js: A powerful JavaScript runtime for building the backend of the application.
  1. Frontend:
  • React: A popular JavaScript library for building user interfaces.

  • Tailwind CSS: A utility-first CSS framework for styling the frontend.

  1. Communication:
  • WebSockets: Used for real-time communication between the touchpad and the desktop to transfer coordinates for cursor movements.

  • WebRTC: Used for peer-to-peer file transfer between the desktop and mobile device, ensuring fast and secure data transfer.

Setup and Installation

Prerequisites

  • Node.js installed on your system.

  • npm (Node Package Manager) installed.

  • A modern web browser (e.g., Chrome, Firefox).

Quick Setup

  1. Clone the repository:
git clone https://github.com/Bhavye2003Developer/remotely.git
  1. Change to the Project Directory
cd remotely
  1. Run the script
./setup.sh

This script will automatically install all dependencies required for the project.

Launch the Application

  • After successfully running the setup script, follow the instructions displayed in the terminal to access the application.
  • Typically, you will need to visit the IP address shown on the terminal from your mobile device to begin using Desktop Remote.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An application that transforms your mobile device into a powerful remote control for your desktop.

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.2%Language:Shell 0.4%Language:CSS 0.2%