mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-01-11 09:56:11 +00:00
97c3076e57
* Client and server setup for testing increasing number of connections over udp * Add results and conclusions * Move udp poc to the same directory as network poc * Add readme for subnets pocs
10 lines
368 B
Markdown
10 lines
368 B
Markdown
# DA Subnets PoCs
|
|
|
|
## Subnetworks PoC ([./network](./network))
|
|
|
|
Contains a python code for proof of concept Executor and DA Node implementations, preliminary Dispersal and Sampling protocol definitions.
|
|
|
|
## UDP connections test ([./s2nquic](./s2nquic))
|
|
|
|
A test to see how large number of UDP connections might influence the network that the Executor might operate in.
|