All Projects → yugrocks → MobileMouse

yugrocks / MobileMouse

Licence: MIT license
An android app that acts as a remote mouse and keyboard for your PC (windows only).

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MobileMouse

flagsmith
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Stars: ✭ 2,309 (+7348.39%)
Mutual labels:  remote-control
NetCom7
The fastest communications possible. Delphi rulez.
Stars: ✭ 150 (+383.87%)
Mutual labels:  sockets
react-sunbeam
Spatial navigation and focus management system for React apps
Stars: ✭ 50 (+61.29%)
Mutual labels:  remote-control
WiFi-remote-for-Bestway-Lay-Z-SPA
Hack - ESP8266 as WiFi remote control for Bestway Lay-Z spa Helsinki
Stars: ✭ 138 (+345.16%)
Mutual labels:  remote-control
unified-remote-anki
Unified Remote for Anki
Stars: ✭ 23 (-25.81%)
Mutual labels:  remote-control
stf
Control and manage Android devices from your browser.
Stars: ✭ 1,814 (+5751.61%)
Mutual labels:  remote-control
Flagsmith Api
Feature flagging and remote config service. Host yourself or use our hosted version at https://www.flagsmith.com/
Stars: ✭ 223 (+619.35%)
Mutual labels:  remote-control
WebsocketPromisify
Makes websocket's API just like REST with Promise-like API, with native Promises.
Stars: ✭ 18 (-41.94%)
Mutual labels:  sockets
rustdesk-server
RustDesk Server Program
Stars: ✭ 3,314 (+10590.32%)
Mutual labels:  remote-control
DcRat
A simple remote tool in C#.
Stars: ✭ 709 (+2187.1%)
Mutual labels:  remote-control
Amazon-Alexa-As-LG-TV-Remote
Control your LG WebOS 3.0+ TV with Amazon Alexa
Stars: ✭ 22 (-29.03%)
Mutual labels:  remote-control
MetaTraderForecast
RNN based Forecasting App for Meta Trader and similar trading platforms
Stars: ✭ 103 (+232.26%)
Mutual labels:  sockets
ws-qvh
Server for streaming the screen of iOS devices over WebSocket.
Stars: ✭ 17 (-45.16%)
Mutual labels:  remote-control
winagent
Windows agent for Tactical RMM
Stars: ✭ 20 (-35.48%)
Mutual labels:  remote-control
async-sockets
Library for asynchronous work with sockets based on php streams
Stars: ✭ 45 (+45.16%)
Mutual labels:  sockets
Tacticalrmm
A remote monitoring & management tool, built with Django, Vue and Go.
Stars: ✭ 231 (+645.16%)
Mutual labels:  remote-control
Malware-Collection
Source codes of malwares, stress tests etc. for computer.
Stars: ✭ 27 (-12.9%)
Mutual labels:  remote-control
phpMyDomo
The ultimate Domotic web remote for the rest of us
Stars: ✭ 32 (+3.23%)
Mutual labels:  remote-control
secureapp
Secure licensing solution for .NET
Stars: ✭ 13 (-58.06%)
Mutual labels:  sockets
rdroid
[Android RAT] Remotely manage your android phone using PHP Interface
Stars: ✭ 135 (+335.48%)
Mutual labels:  remote-control

MobileMouse

Check out for cool projects about drones and AI

Note: it's a part of my AI assistant VINI, and some parts(files) of this app have been removed. The main activity belonged to the functionality of VINI app, of which the MobileMouse is a subset. Those files have been removed.

A simple android app that acts as a remote mouse and also as a keyboard (functionality added in v1.5) for your PC (windows only). This project consists of a backend server made in python and it uses sockets to connect to the android app. Security vulnerabilities can be addressed and dealt with very easily(for example using SSL security for sockets).

alt tag alt tag

required libraries in python:
$pip install win32con
$pip install win32api
run:

$python MobileMouse

Windows server side exe file(installable) here:
https://drive.google.com/uc?export=download&id=0B8Id8pGp8lAGem5pdGp0Zjl4LUU

Android app Here:
https://drive.google.com/uc?export=download&id=0B8Id8pGp8lAGc3BHLWRpNHZ1cGM

One more Step:
You have to set the IP address of your PC in the settings of the MobileMouse android app. To do that, go to cmd, type command:
$ipconfig

The ip address is the value of IPv4 address key.
Added typing functionality. Now you can type remotely from the app into your laptop.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].