kademlia/docs/querying.rst
2018-01-02 14:17:36 -05:00

13 lines
302 B
ReStructuredText

Querying the DHT
==================
If you just want to query the network, you can use the example query script. For instance::
$ python examples/get.py 1.2.3.4 8468 SpecialKey
The query script is simple:
.. literalinclude:: ../examples/get.py
Check out the examples folder for other examples.