https://github.com/athlan/remotely
The software written in Node.js and C that enables moving mouse cursor from the mobile device via websockets
https://github.com/athlan/remotely
Last synced: 11 months ago
JSON representation
The software written in Node.js and C that enables moving mouse cursor from the mobile device via websockets
- Host: GitHub
- URL: https://github.com/athlan/remotely
- Owner: athlan
- Created: 2013-12-18T22:29:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T05:25:44.000Z (over 12 years ago)
- Last Synced: 2025-03-24T11:18:05.579Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.