Re: [tor-relays] CLI tool like Atlast

2014-06-23 Thread Karsten Loesing
On 23/06/14 02:31, ja...@icetor.is wrote: Here's the code for anyone interested: https://github.com/woeisme/torchart pretty basic json query to php and pchart Added a link to the Onionoo clients on https://onionoo.torproject.org/, so that others can re-use, improve, contribute, etc. All the

Re: [tor-relays] CLI tool like Atlast

2014-06-22 Thread jason
Here's the code for anyone interested: https://github.com/woeisme/torchart pretty basic json query to php and pchart -Jason On 06/18/2014 03:17 PM, Kali Tor wrote: Hi, On Wednesday, June 18, 2014 11:26 AM, ja...@icetor.is ja...@icetor.is wrote: I fooled around with some php json

Re: [tor-relays] CLI tool like Atlast

2014-06-19 Thread Kali Tor
Does tor-prompt provide any more info than arm? -K_ On Wednesday, June 18, 2014 11:56 PM, Damian Johnson ata...@torproject.org wrote:   Hmm.. what am I doing wrong here:   sudo apt-get install python-stem   Reading package lists... Done   Building dependency tree   Reading state

Re: [tor-relays] CLI tool like Atlast

2014-06-19 Thread Lukas Erlacher
Hi, onion.py is in the bin/ folder. If you run sudo python setup.py install, it will be installed globally, or you can run it directly from the source folder, as it says in the readme - |PYTHONPATH=. python bin/onion.py|. Best Luke signature.asc Description: OpenPGP digital signature

Re: [tor-relays] CLI tool like Atlast

2014-06-19 Thread Damian Johnson
Does tor-prompt provide any more info than arm? I assume you mean the control prompt in arm (the fifth page). That prompt is similar and was the basis for the tor-prompt, but it's being removed from arm (that panel causes curses glitches) and the Stem version of the /info command includes all

Re: [tor-relays] CLI tool like Atlast

2014-06-19 Thread jason
there you go: https://github.com/woeisme/torchart On 06/18/2014 03:17 PM, Kali Tor wrote: Hi, On Wednesday, June 18, 2014 11:26 AM, ja...@icetor.is ja...@icetor.is wrote: I fooled around with some php json parsing in order to get my metrics charts working on icetor.is . I can send you

[tor-relays] CLI tool like Atlast

2014-06-18 Thread Kali Tor
Hi all, Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint? e.g. https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C02 Thanks, KaliTor ___

Re: [tor-relays] CLI tool like Atlast

2014-06-18 Thread Lukas Erlacher
Hi, I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time. If you know python, it shouldn't be too hard to do that, PR's welcome! Best, Luke [1]

Re: [tor-relays] CLI tool like Atlast

2014-06-18 Thread jason
I fooled around with some php json parsing in order to get my metrics charts working on icetor.is . I can send you the code if you'd like. -Jason On 06/18/2014 10:15 AM, Lukas Erlacher wrote: Hi, I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like

Re: [tor-relays] CLI tool like Atlast

2014-06-18 Thread Kali Tor
Hi, I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time. If you know python, it shouldn't be too hard to do that, PR's welcome! I know enough Python to create

Re: [tor-relays] CLI tool like Atlast

2014-06-18 Thread Kali Tor
Hi, On Wednesday, June 18, 2014 11:26 AM, ja...@icetor.is ja...@icetor.is wrote: I fooled around with some php json parsing in order to get my metrics charts working on icetor.is . I can send you the code if you'd like. -Jason That would be much appreciated! Thanks, KaliTor On

Re: [tor-relays] CLI tool like Atlast

2014-06-18 Thread Damian Johnson
There's nothing quite as rich as Atlas, but one option is the /info command on... https://stem.torproject.org/tutorials/down_the_rabbit_hole.html That said, the main purpose of this command is an advanced controller prompt for tor. It either requires a running tor instance or will kick one off

Re: [tor-relays] CLI tool like Atlast

2014-06-18 Thread Kali Tor
Hmm.. what am I doing wrong here: sudo apt-get install python-stem Reading package lists... Done Building dependency tree Reading state information... Done python-stem is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. tor@KaliTorLinLon:~$ tor-prompt

Re: [tor-relays] CLI tool like Atlast

2014-06-18 Thread Damian Johnson
Hmm.. what am I doing wrong here: sudo apt-get install python-stem Reading package lists... Done Building dependency tree Reading state information... Done python-stem is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. tor@KaliTorLinLon:~$