Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gared opened this issue Jan 31, 2022 · 2 comments
Open

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

Gared opened this issue Jan 31, 2022 · 2 comments
Milestone

Comments

@Gared
Copy link

Gared commented Jan 31, 2022

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.

@dapphp
Copy link
Owner

dapphp commented Feb 7, 2022

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 dapphp added this to the 1.15.1 milestone Feb 7, 2022
dapphp added a commit that referenced this issue Feb 15, 2022
@Gared
Copy link
Author

Gared commented Feb 24, 2022

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

dapphp added a commit that referenced this issue Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants