Skip to main content

.

Project description

This program will implement distributed chat on virtual ring topology network. Furthermore this program will implement Chang-Roberts algorithm to achieve full ordering of messages.

Features:
  • Nodes can freely join into existing ring, based on information about one node (IP:port). First node will join with itself into ring.

  • Ring will recover from unexpected disconnect of one node at the time.

  • One node will be elected as central authority (leader), all messages will be then passed through leader.

  • Leader will be elected using Chang-Roberts algorithm.

  • GUI in Qt, it will also have CLI.

  • Encryption of messages.

How to build documentation

  1. Create virtual environment using: python3.5 -m venv env

  2. Activate virtual environment: . env/bin/activate

  3. Install dependencies: python -m pip install -r requirements.txt

  4. Change directory into docs: cd docs

  5. Build documentation: make html

  6. Open file docs/_build/html/index.html to view documentation.

How to run tests

Run (in installed and activated virtual environment):

python setup.py test

or

pytest -v tests/test_chat.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

distributedchat-0.9.3.tar.gz (72.7 kB view details)

Uploaded Source

File details

Details for the file distributedchat-0.9.3.tar.gz.

File metadata

File hashes

Hashes for distributedchat-0.9.3.tar.gz
Algorithm Hash digest
SHA256 b7fb621f233b6906e7d4631ef3f36f1824cbee38cf71ec2ae719d79ba9af21e4
MD5 fe946a4d4b593a5e27d45a3dc848617a
BLAKE2b-256 7e4c13176ded2987d49edf58809eab7ff2ee855a06dd898c9cbabf5a7d621e21

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page