Skip to content
Commit 820881a6 authored by Damian Johnson's avatar Damian Johnson
Browse files

ORPort descriptor downloading support

DescriptorDownloader support for downloading from relay ORPorts. To do this
simply provide an ORPort as the endpoint...

  reply = stem.descriptor.remote.get_server_descriptors(
    endpoint = stem.ORPort('12.34.56.78', 90),
  )

Like the stem.client module on which this is based this is still very much
alpha functionality. No doubt as we use this in the wild we'll discover rough
edges. That said, in practice seems to work.

Originally we planned for this to be part of Dave's SoP project, but I need
this capability for something of my own (health check for my tor relay). No
matter - just means Dave has more time for his other project tasks. :P
parents 27b2cbd7 b0433da3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment