Most of what I think is common to *every* client is what you have in your &quot;core&quot; module -- mostly to do with parsing arc and re-creating the work-unit to upload -- since every port will have to do this, and it&#39;s essentially the same no matter what it might be best to pull out into C bindings for different languages.<br>
<br>More soon, and sorry fro my delayed reply.<br><br><br><br><div class="gmail_quote">On Tue, Apr 1, 2008 at 11:20 AM, Bartek Jasicki &lt;<a href="mailto:thindil2@gmail.com" target="_blank">thindil2@gmail.com</a>&gt; wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">First: thank you both ;)<br>
<br>
<br>
On 2008-04-01 at 10:06:20<br>
<div>&quot;Yousef Ourabi&quot; &lt;<a href="mailto:yourabi@zero-analog.com" target="_blank">yourabi@zero-analog.com</a>&gt; wrote:<br>
<br>
&gt; Cool indeed.<br>
&gt;<br>
&gt; I&#39;ll give this release a test.<br>
&gt;<br>
&gt; One thing that comes to mind that I think we should begin a<br>
&gt; discussion about is possibly factoring out some of the shared<br>
&gt; functionality in a pure C implementation -- this can then be compiled<br>
&gt; and used across all of the C-like implementation C# / Obj-C, C++ ...<br>
&gt; etc...<br>
&gt;<br>
&gt; -Yousef<br>
&gt;<br>
<br>
</div>Thus first question is - what exactly function you want separate? For<br>
now this client has modular architecture, each module can be replaced<br>
by other function. I separated it in three modules:<br>
- core: crawler (single), operations on config file, errors files,<br>
updater, checking .arc file integrity.<br>
- something similar to API: threads control which run all core<br>
functions and produce output as a variables.<br>
- GUI: start/stop, read output from API and show it to user. For now<br>
it&#39;s maded by GTK# library but I plan later add other versions of GUI<br>
too (WinForms for Windows, Cocoa# for Mac and maybe QT#) and console<br>
version.<br>
<div><br>
&gt; On Tue, Apr 1, 2008 at 9:47 AM, jer &lt;<a href="mailto:jeremie@jabber.org" target="_blank">jeremie@jabber.org</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Very awesome Bartek! &nbsp;You&#39;re well outpacing the server<br>
&gt; &gt; development :)<br>
&gt; &gt;<br>
<br>
</div>Maybe later when I finish work on client I start work on C<br>
implementation of server? ;)<br>
<br>
And if someone have any ideas which can be added to client, please tell<br>
us about it ;)<br>
For now, because I don&#39;t have permissions on Trac to add items to<br>
roadmap I create very simple ToDo list on <a href="http://www.rememberthemilk.com" target="_blank">www.rememberthemilk.com</a><br>
<br>
<a href="http://www.rememberthemilk.com/home/thindil/2839029" target="_blank">http://www.rememberthemilk.com/home/thindil/2839029</a><br>
<br>
If you have any questions about this list, fell free to ask me ;)<br>
<div><div></div><div><br>
Bartek<br>
<br>
--<br>
Set free GrubNG server ;)<br>
_______________________________________________<br>
Grub-dev mailing list<br>
<a href="mailto:Grub-dev@wikia.com" target="_blank">Grub-dev@wikia.com</a><br>
<a href="http://lists.wikia.com/mailman/listinfo/grub-dev" target="_blank">http://lists.wikia.com/mailman/listinfo/grub-dev</a><br>
</div></div></blockquote></div><br>