erfan-rfmhr / command-processor

Run your commands on remote server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command-processor

Run your commands and do math on remote server.

Installation

git clone <url> && cd command-processor && pip install -r requirements.txt
Make a .env file and add the following variable: SERVER_ENDPOINT=<your server endpoint>
Server endpoint format should be like this: tcp://host:port

Usage

Run python server.py to establish the connection.
Run python client.py <file> to send commands to the server.
The file should contain the commands to be executed on the server (in json format according to command.json).

About

Run your commands on remote server

License:MIT License


Languages

Language:Python 100.0%