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

https://github.com/beyarz/ruconnect

Control multiple devices through their terminal via tcp
https://github.com/beyarz/ruconnect

ruby tcp-client tcp-server tcp-socket

Last synced: 8 months ago
JSON representation

Control multiple devices through their terminal via tcp

Awesome Lists containing this project

README

          

# Ruconnect
A handy tool made to control multiple devices one at the time using the terminal.

### How it works
The tool works by letting each device act like a client by connecting them to you and wait for your command,
you only have to type the command once and the script will send it to every device, you will then receive their response.

### Usage
Start client: `ruby client.rb`
Start host: `ruby host.rb`

### Observe
You need to start the host before you can start clients.