https://github.com/lgro/veilid-dht-stats
An experiment to determine the lifetime of DHT records on the Veilid network.
https://github.com/lgro/veilid-dht-stats
Last synced: 10 months ago
JSON representation
An experiment to determine the lifetime of DHT records on the Veilid network.
- Host: GitHub
- URL: https://github.com/lgro/veilid-dht-stats
- Owner: LGro
- Created: 2025-03-06T15:44:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T15:54:37.000Z (over 1 year ago)
- Last Synced: 2025-10-03T00:13:38.607Z (10 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Veilid DHT Lifetime Experiments
The main scripts creates records in the Veilid Distributed Hash Table (DHT) and can be
used to periodically check if they are (still) available on the network.
The results are written to a JSON file for analysis and visualization purposes.
Check out the Veilid Python setup instructions
[here](https://gitlab.com/veilid/veilid/-/tree/main/veilid-python?ref_type=heads#veilid-bindings-for-python).
And for analyses, start with the scripts and additional requirements in `analysis/`.