Skip to content

The software written in Node.js and C that enables moving mouse cursor from the mobile device via websockets

Notifications You must be signed in to change notification settings

athlan/remotely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote.ly

#Installation

All node.js dependencies are provided by npm. Just type:

npm install

#Run application

To run application:

  1. Make ./index.html accessible from web browser by deploying application into web server (like nginix, apache, etc.)
  2. Run nodejs server node ./server.js
  3. Start remote client (which moves the mouse) placed in ./client/ directory.
  4. Test if everything wokrs properly. Type in any smart device address to the server where ./index.html is visible and start moving the mouse.

About

The software written in Node.js and C that enables moving mouse cursor from the mobile device via websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published