TorUtils icon indicating copy to clipboard operation
TorUtils copied to clipboard

Client to get tor/status-vote/current/authority informations

Open Gared opened this issue 3 years ago • 2 comments

First of all: Thanks for this library. I would like to get the informations of this endpoint tor/status-vote/current/authority. As far as I have seen there is currently no way to get these informations, right? The parser seems to be capable of parsing those informations.

Gared avatar Jan 31 '22 21:01 Gared

Hey @Gared , thanks for using the library and the suggestion. This seems like a great addition.

I started to work on it over the weekend but didn't finish. There's a bit of new parsing, all easy, but quite a few new properties and information to organize.

Is there specific info you're looking for from this function? I'll expose a request function as well so that one can easily request other directory URLs that are not included.

dapphp avatar Feb 07 '22 16:02 dapphp

After writing my comment I started to write my own client based on Guzzle to have a better handling of requests. Are you interested @dapphp ? I also implemented the parsing for this specific endpoint. Thanks for working on this topic! I don't exactly what my final goal is, but for now I want to get the source information behind this overview: https://consensus-health.torproject.org/consensus-health.html to monitor changes as early as possible in the tor network like bandwith changes or Guard and Exit flags

Gared avatar Feb 24 '22 21:02 Gared