Lightweight client-like implementation to query a DHT network #703
Replies: 1 comment 7 replies
-
https://github.com/savoirfairelinux/opendht/wiki/REST-API Indeed the REST API can be used because you are not doing a node of the network, just querying infos |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I want to know if it is possible to write a lightweight client in C that would not participate in a DHT network but would only be able to make queries to get stored information. The idea is to be able to deploy this 'client' on constrained devices that could get some kind of data from the network in which more powerful nodes are participating.
Thank you for your time and help.
Beta Was this translation helpful? Give feedback.
All reactions