mirror of
https://github.com/logos-storage/das-dht-emulator.git
synced 2026-02-11 08:43:08 +00:00
452 B
452 B
DAS emulator
Emulate DAS DHT behavior, with a few simplifying assumptions:
- the block is populated in the DHT by the builder (node 0)
- all nodes start sampling at the same time
- 1-way latency is 50ms (configurable)
- no losses in transmission (configurable)
- scaled down numbers (nodes, blocksize, etc., all configrable)
Quick start
git clone https://github.com/codex-storage/das-dht-emulator
cd das-dht-emulator
make -j4
build/das