Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 2.37 KB

README.md

File metadata and controls

87 lines (58 loc) · 2.37 KB

MUNICS SI Lab2

Information Security: Lab assignment II - Vector Commitment

Python License: MIT GitHub issues GitHub stars

Table of Contents

Configuration

Configure Files

Complete the config.py file with the required configuration.

# MQTT Conexion Configuration
MQTT_USER_NAME = # TODO
MQTT_PASSWORD = # TODO
MQTT_IP = # TODO
MQTT_PORT = # TODO
MQTT_KEEPALIVE = # TODO

ID_ALICE = # TODO MQTT topic for Alice
ID_BOB = # TODO MQTT topic for Bob

Set up the virtual environment

A Pipfile is provided to create a virtual environment.

cd src
pipenv install

Usage

Run the scripts alice.py and bob.py simultaneously:

cd commit
pipenv run alice.py
cd commit
pipenv run bob.py

Introduce the data required by alice.py.

Contributing

Contributions are welcome! If you have improvements, bug fixes, or new modules to add, feel free to submit a pull request.

License

The content of this repository is licensed under the MIT License.

Contact

Feel free to get in touch with me!

GitHub LinkedIn