An open API service indexing awesome lists of open source software.

https://github.com/alireza-87/erasure_code_sim

erasure coding simulation
https://github.com/alireza-87/erasure_code_sim

erasure erasure-coding

Last synced: 3 months ago
JSON representation

erasure coding simulation

Awesome Lists containing this project

README

          

# erasure_code_sim
erasure coding simulation
The project support both 1 block per server and N block per server.

Development Enviroment:
* VsCode
* Python 3.9
* Dependencies
* matplotlib
* networkx-2.2
* numpy

Configurable option through constant.py:
* Number of server
* Number of Block
* k
* Download speed
* Upload speed
* list of Data Size
* Number of iteration

1 block per server:

![added_10](./myplot-1-1.jpg)
![added_10](./myplot-1-3.jpg)

10 block per server:

![added_10](./myplot-10-1.jpg)
![added_10](./myplot-10-4.jpg)