A server-client application that executes commands over ZMQ with Curve encryption
Create a virtual environment and activate it by running the following commands:
python3 -m venv venv
source venv/bin/activate
Install the necessary packages with the following command:
pip install -r requirements.txt
Run the following command if a new certificate is required:
python src/generate_certificates.py
python src/server.py
python src/client.py --file "samples/commands.json"