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
- Host: GitHub
- URL: https://github.com/alireza-87/erasure_code_sim
- Owner: alireza-87
- Created: 2021-10-30T14:45:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T13:05:48.000Z (over 4 years ago)
- Last Synced: 2025-03-11T09:29:47.416Z (about 1 year ago)
- Topics: erasure, erasure-coding
- Language: Python
- Size: 614 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:


10 block per server:

