π Simple mouse mover (and keyboard presser now)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. This program only works on Windows.
You need NodeJS on your computer.
You need to install npm packages before continuing
npm install
after you install packages, all you need to do is
npm start
and it would print a table of your IPv4 adresses. By default, it'll run at 4540 port.
ββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββ
β VirtualBox Host-Only Network β 192.168.56.1:4540 β
ββββββββββββββββββββββββββββββββΌββββββββββββββββββββββββββββββ€
β Ethernet β 192.168.1.11:4540 β
ββββββββββββββββββββββββββββββββΌββββββββββββββββββββββββββββββ€
β β βββββββββββββββββββββββββββ β
β β β βββββ ββββ ββββββ βββββ β β
β β β β β βββ ββ β β β β β β
β β β βββββ βββ βββββββ βββββ β β
β β βββββββββββββ β βββββββββββ β
β β β βββββ ββ ββ β βββ ββββ β
β β βββ ββββββββ βββ βββββ ββ β β
β β ββ βββββ ββ βββ βββββββββββ β
β β β βββββββββ βββ βββββββββ β β
β β βββββββββ βββββββ βββ β βββ β
β β β βββββ β ββββββ βββ βββ β β
β β β β β βββββ βββββ β ββββ β
β β β βββββ βββββ βββββββββββ β β
β β βββββββββββββββββββββββββββ β
β β β
ββββββββββββββββββββββββββββββββ΄ββββββββββββββββββββββββββββββ
You can connect this address with your phone's browser and start moving your cursor with your phone. (It must be connected to the same network as your PC)
Have fun!
You can change settings by editing settings.json file. If no settings.json file is found, it'll create one with default settings in AppData.
Ferret prioritizes settings.json file in the same directory as the executable. If it can't find one, it'll use the one in AppData.
You can change debug level by changing "debug" variable in settings.json file.
Debug levels can be:
- "error" (1)
- "warn" (2)
- "info" (default) (3)
- "debug" (4)
- "silly" (5)
- NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine
- Ata GΓΌlalan - Initial work - atagulalan
This section can be found in LICENSE file.