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
- Host: GitHub
- URL: https://github.com/beyarz/ruconnect
- Owner: Beyarz
- Created: 2018-03-29T22:08:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T14:42:42.000Z (over 6 years ago)
- Last Synced: 2025-02-10T18:11:49.140Z (over 1 year ago)
- Topics: ruby, tcp-client, tcp-server, tcp-socket
- Language: Ruby
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.