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

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.

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/`.