Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.03 KB

GNet - Quantum encrypted chat

Basic chat application for exchanging messages encrypted with quantum BB84 protocol implemented on SimulaQron simulated quantum network.

Example of usage can be found in alice.py and bob.py files.

To run the example just run alice.py and bob.py files in separate terminals or on different computers in a network if your SimulaQron simulator is configured to be available in your network.

Installation

To be able to use code in this repository you need to first install SimulaQron quantum network simulator.

You can find installation instructions here: https://softwarequtech.github.io/SimulaQron/html/GettingStarted.html

After you have installed and configured SimulaQron you should also install dependencies in requirements.txt by:

pip install -r requirements.txt

Author & Contributor List

Hakob Avetisyan

Arshak Hovhannisyan

Misha Aghamalyan

License

This project is licensed under the MIT License - see the LICENSE.md file for details