<div dir="ltr">Hi Damian,<div><br></div><div>I have uploaded yet another revision of my proposal. (Sorry about that!)</div><div><br></div><div>Also, while snooping around the dev version of Arm, I've noticed a slight glitch in the _get_controller method of __init__.py in arm.util :</div>
<div><br></div><div>







<p class="">  <span class="">if</span> <span class="">not</span> stem.util.system.is_running(<span class="">'tor.real'</span>):</p>
<p class=""><span class="">    </span><span class="">raise</span><span class=""> </span><span class="">ValueError</span><span class="">(msg(</span>'connect.tor_isnt_running'<span class="">))</span></p></div><div>
(I'm running on osx) My tor process is named tor.real instead, hence, this raises an error stating that tor isn't running although it is.</div><div><p class=""><span class="">changing it to </span></p><p class="">
<span class=""> if</span> <span class="">not</span> stem.util.system.is_running(<span class="">'tor.real'</span>):</p><p class="">solves this problem. Is this an issue (because I'm not using a linux dist of Tor) or am I doing something wrong on my end?</p>
<p class="">Thanks!</p><p class="">Bang Hui</p></div>







</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 30, 2014 at 4:02 PM, Bang Hui Lim <span dir="ltr"><<a href="mailto:limbanghui@gmail.com" target="_blank">limbanghui@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Damian,<div class=""><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">>Arm's development codebase has already been ported from TorCtl to </span><span style="font-family:arial,sans-serif;font-size:13px">Stem. It's a bit of a mess right now from the overhaul, but </span><span style="font-family:arial,sans-serif;font-size:13px">functional...</span><br>

</div><div><br></div></div><div>Omg yes, you are right! I realize I was looking at the source for the release version instead :( . Thanks for pointing that out! </div><div class=""><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">>> First would be to design the user onboarding flow - how the user gets from selecting a certain configuration to managing the views.</span><br style="font-family:arial,sans-serif;font-size:13px">

<br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">>I'm not sure what you mean in this paragraph.</span><br></div><div><br></div></div><div>I will try to make things clearer in my next revision.</div>
<div class="">
<div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">>> </span><span style="font-family:arial,sans-serif;font-size:13px"><span>19 May - 25 May</span></span><span style="font-family:arial,sans-serif;font-size:13px"> - Initial Architecture of Relay Web Status Dashboard, Discussion and review with mentor</span><br style="font-family:arial,sans-serif;font-size:13px">

<br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">>Actually, this is what I'm hoping for the proposal to cover. ;)</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>

</span></div></div><div><span style="font-family:arial,sans-serif;font-size:13px">Sounds good!</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">I will continue working on the proposal. Thanks for taking the time to review it!</span></div>

<div><br></div><div>Cheers</div><span class="HOEnZb"><font color="#888888"><div>Bang</div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 30, 2014 at 6:00 AM, Damian Johnson <span dir="ltr"><<a href="mailto:atagar@torproject.org" target="_blank">atagar@torproject.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>> Just updated a new revision of my proposal on melange. Looking forward to<br>
> more feedback on how I can improve it and what direction I should approach<br>
> this project!!<br>
<br>
</div>Hi Bang. Thanks, this is certainly an improvement! However, I think<br>
there's some confusion about the present state of arm...<br>
<br>
> The main bulk of the work would be to port Arm's functionality away from TorCtl.<br>
<br>
Arm's development codebase has already been ported from TorCtl to<br>
Stem. It's a bit of a mess right now from the overhaul, but<br>
functional...<br>
<br>
<a href="https://gitweb.torproject.org/arm.git" target="_blank">https://gitweb.torproject.org/arm.git</a><br>
<br>
> First would be to design the user onboarding flow - how the user gets from selecting a certain configuration to managing the views.<br>
<br>
I'm not sure what you mean in this paragraph.<br>
<br>
> The reasons for choosing the micro web framework is because it is lightweight and flexible and fulfills the basic needs required to make this web relay dashboard work.<br>
<br>
Sounds good.<br>
<br>
> 19 May - 25 May - Initial Architecture of Relay Web Status Dashboard, Discussion and review with mentor<br>
<br>
Actually, this is what I'm hoping for the proposal to cover. ;)<br>
<br>
> 26 May - 8 Jun - Porting of Arm modules from TorCtl to Stem<br>
<br>
Again, this is already done.<br>
<br>
Cheers! -Damian<br>
_______________________________________________<br>
tor-dev mailing list<br>
<a href="mailto:tor-dev@lists.torproject.org" target="_blank">tor-dev@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>