All Projects → comsolid → remote-pad-gui

comsolid / remote-pad-gui

Licence: other
Desktop app to start remote pad services to help you get started

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to remote-pad-gui

wyzesense2mqtt
Configurable WyzeSense to MQTT Gateway intended for use with Home Assistant or other platforms that use MQTT discovery mechanisms.
Stars: ✭ 55 (+223.53%)
Mutual labels:  mqtt
aedes-cli
Run Aedes MQTT Broker from the CLI
Stars: ✭ 29 (+70.59%)
Mutual labels:  mqtt
emqx-retainer
EMQ X Retainer
Stars: ✭ 19 (+11.76%)
Mutual labels:  mqtt
IoT-Technical-Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,565 (+14988.24%)
Mutual labels:  mqtt
freeioe
FreeIOE is a framework for building IOE (Internet Of Everything) edge-computing gateway 开源的边缘计算网关框架. 讨论群: 291292378
Stars: ✭ 77 (+352.94%)
Mutual labels:  mqtt
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (+329.41%)
Mutual labels:  mqtt
M5Stack-Air-Quality-ESPHome
ESPHome configuration for M5Stack's PM2.5 Air Quality Kit with the PMSA003 particulate matter sensor and the SHT20 temperature and humidity sensor
Stars: ✭ 19 (+11.76%)
Mutual labels:  mqtt
dynamoc
A DynamoDB GUI client https://ieiayaobb.github.io/dynamoc/
Stars: ✭ 70 (+311.76%)
Mutual labels:  vuejs2
SnorkTracker
GPS IoT tracker board for scanning gps and environment information and sending this to a MQTT server via GPRS.
Stars: ✭ 38 (+123.53%)
Mutual labels:  mqtt
jMQTT
Jeedom plugin to interface as a client with an MQTT broker.
Stars: ✭ 16 (-5.88%)
Mutual labels:  mqtt
instagram mqtt
Realtime and Push Notification (FBNS) support for the instagram-private-api
Stars: ✭ 159 (+835.29%)
Mutual labels:  mqtt
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (+152.94%)
Mutual labels:  vuejs2
Cicada-FW
IoT Communications Module for Energy Access. An easy way to get production ready, bi-directional communications for your IoT embedded device. Proiect supported by the EnAccess Foundation - https://enaccess.org
Stars: ✭ 12 (-29.41%)
Mutual labels:  mqtt
ArduinoMqtt
MQTT client for Arduino
Stars: ✭ 58 (+241.18%)
Mutual labels:  mqtt
vue-filter-date-format
Simple date formatting filter for Vue.js
Stars: ✭ 111 (+552.94%)
Mutual labels:  vuejs2
hometop HT3
Pimp your heater.
Stars: ✭ 34 (+100%)
Mutual labels:  mqtt
RumahSakitJakarta
🏥 Daftar Rumah Sakit Umum, Khusus dan Puskesmas di Jakarta
Stars: ✭ 23 (+35.29%)
Mutual labels:  vuejs2
gmqtt
Golang MQTT Broker.
Stars: ✭ 75 (+341.18%)
Mutual labels:  mqtt
ruuvitag-demo
Demo of reading Bluetooth Low Energy sensor measurements of RuuviTag environmental sensors and feeding them to MQTT, a database and dashboards
Stars: ✭ 14 (-17.65%)
Mutual labels:  mqtt
RPI-Examples
Examples of using the IoT JumpWay with the Raspberry Pi 3.
Stars: ✭ 77 (+352.94%)
Mutual labels:  mqtt

Remote Pad GUI

Electron app to lauch emulators on your desktop and allows you to connect your smartphone to use as a remote controller.

It manages both Remote Pad and Remote Pad Server. These two services are responsible for integrate your smartphone and your desktop to send keyboard strokes to control your favorite games.

app-in-action

Getting Started

To install the app go to Releases Page and download the app for your system.

Remote Pad GUI only works in 64 bit systems, because it relies on robotjs.

The AppImage version runs on Linux without installation. Just double click it.

The deb version is for Debian/Ubuntu based systems. You can install through GDebi or dpkg.

sudo dpkg -i remote-pad-gui_x.x.x_amd64.deb

Replace x for the version.

Find out more in the Documentation

Build Setup

# install dependencies on debian/ubuntu/mint
sudo apt-get install icnsutils
sudo apt-get install graphicsmagick
# install dependencies
yarn install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

Find out more about Development.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.

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].