Answer the question
In order to leave comments, you need to log in
What are ready-made solutions for creating p2p applications?
In one of my projects, I want to do data exchange, but the difficulty is that everyone will exchange with everyone and anyone can raise the service and add it to the network. Specifically, this project collects proxies and checks them, and I want the instances to communicate with each other and share information.
I see it like this:
There is a certain coefficient of trust and each node stores this coefficient for all nodes it knows, the coefficient is floating (but never reaches 1) and when data arrives, a random part of the data is checked and if everything matches, then we consider the rest of the data to be correct and increase the coefficient, if it does not match, then lower it. You also need the ability to find nodes.
What the library I'm looking for should be able to do:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question