Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

phibersoft/remote-controller-server

Open more actions menu

Repository files navigation

Notice: Archived

Project is moving to Remote Controller with Python.

Remote Controller Server Side

This is the server side of the remote controller. It is a simple web server that runs on your local computer.

Installation (as a user)

  • Connect to wifi on your computer
  • Download the "remote.exe" file from the latest release
  • Run the file

Installation (as a developer)

  • Clone this repository

  • Install some dependencies for robotJS

    • Python 3+
    • Visual Studio 2015+ (With Desktop Development C++ Workload)
    • Node version 16+
    # Firstly, install node-gyp globally
    npm install -g node-gyp
    
    # Configure npm for Visual Studio
    npm config set msvs_version 2017 # 2017 may replaced
    
    # Build node-gyp
    node-gyp rebuild --verbose
  • Continue with installing "pkg" for extracting output as .exe
    npm install -g pkg

Developing

  • Fill the .env file
    npm run dev # locally run on your terminal
    
    npm run build # develop app with webpack and build with pkg, extracts output as "remote-controller-server.exe"
    
    npm run build:debug # develop app with --verbose logging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.