<div><br></div><div class="gmail_quote">On Sat, Oct 23, 2010 at 10:52 AM, kadir yüceer <span dir="ltr"><<a href="mailto:kadiryuceer@gmail.com">kadiryuceer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there,<br>Thanks for the advice. I've read the book and I have created my network design.<br>Only thing left is to clarify how I'm gonna develop OLSR daemon in windows xp and windows mobile. In ReadMe file it says to create a project and import all the source code. <br>

<br>Is it the *.cs files that it is talking about? How and in which platform do I import them? How I'm gonna make use of this daemon? Is it gonna run in the background or with my application?<br></blockquote><div><div>
<br></div><div>olsrd runs in background, updating the operating systems routing table,.. (it doesn`t need to interact with apps to get their traffic)<br></div><div><br></div><div>your application (and every other app on you device) just uses the connectivity the operating system got by the routes generated by olsrd,..</div>
<div><br></div><div>BUT: porting olsrd to windows mobile will not be trivial, and it will never have all olsrd functions (win32 does not either)<br>and olsrd (of <a href="http://olsr.org">olsr.org</a>) is written in c not c#</div>
<div><br></div><div>afaik there are some old windows-mobile-olsrds around (limited funcionality, closed source, ...), but i don`t know of anything really "useable" (but i never really searched for)</div><div><br>
</div><div>p.s. it would be much easier to use olsrd if you replace winmobile with android,..</div></div></div>