kademlia/docs/querying.rst
2015-01-06 21:52:01 -05:00

13 lines
306 B
ReStructuredText

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