An open API service indexing awesome lists of open source software.

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

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.