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

https://github.com/erfan-rfmhr/command-processor

Run your commands on remote server
https://github.com/erfan-rfmhr/command-processor

python socket zmq

Last synced: over 1 year ago
JSON representation

Run your commands on remote server

Awesome Lists containing this project

README

          

# command-processor
Run your commands and do math on remote server.

## Installation
```git clone && cd command-processor && pip install -r requirements.txt```

Make a .env file and add the following variable:
```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 ``` 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).