https://github.com/danielfeitopin/munics-si-lab2
[2023/2024] Information Security: Lab assignment II - Vector Commitment
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.6%) to scientific vocabulary
Keywords
Repository
[2023/2024] Information Security: Lab assignment II - Vector Commitment
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
MUNICS SI Lab2
Table of Contents
Configuration
Configure Files
Complete the config.py file with the required configuration.
```py
MQTT Conexion Configuration
MQTTUSERNAME = # TODO MQTTPASSWORD = # TODO MQTTIP = # TODO MQTTPORT = # TODO MQTTKEEPALIVE = # TODO
IDALICE = # TODO MQTT topic for Alice IDBOB = # TODO MQTT topic for Bob ```
Set up the virtual environment
A Pipfile is provided to create a virtual environment.
sh
cd src
pipenv install
Usage
Run the scripts alice.py and bob.py simultaneously:
sh
cd commit
pipenv run alice.py
sh
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!
Owner
- Name: Daniel Feito Pin
- Login: danielfeitopin
- Kind: user
- Location: A Coruña
- Company: @informaticapau
- Website: https://www.informaticapau.com/
- Repositories: 28
- Profile: https://github.com/danielfeitopin
Graduado en Ingeniería Informática en la UDC. Interesado en programación (principalmente con Python) y ciberseguridad. Creador de @informaticapau.
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Dependencies
- paho-mqtt *