Thanks a lot...<div><br><br><div class="gmail_quote">On Wed, Apr 7, 2010 at 3:30 PM,  <span dir="ltr"><<a href="mailto:wlanware-request@freifunk.net">wlanware-request@freifunk.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send WLANware mailing list submissions to<br>
        <a href="mailto:wlanware@freifunk.net">wlanware@freifunk.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://freifunk.net/mailman/listinfo/wlanware" target="_blank">https://freifunk.net/mailman/listinfo/wlanware</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:wlanware-request@freifunk.net">wlanware-request@freifunk.net</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:wlanware-owner@freifunk.net">wlanware-owner@freifunk.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of WLANware digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. [GSoC 2010] About a proposal (Fabiano Fid?ncio)<br>
   2. Re: WLANware Digest, Vol 46, Issue 9 (ZioPRoTo (Saverio Proto))<br>
   3. The Best Project (Shan Jayasinghe)<br>
   4. Re: The Best Project (ZioPRoTo (Saverio Proto))<br>
   5. Re: [GSoC 2010] About a proposal (ZioPRoTo (Saverio Proto))<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 7 Apr 2010 00:52:03 -0300<br>
From: Fabiano Fid?ncio <<a href="mailto:fabianofidencio@gmail.com">fabianofidencio@gmail.com</a>><br>
Subject: [WLANware] [GSoC 2010] About a proposal<br>
To: <a href="mailto:wlanware@freifunk.net">wlanware@freifunk.net</a><br>
Message-ID:<br>
        <<a href="mailto:p2ne89873b01004062052j6562c71di3664870ada84f290@mail.gmail.com">p2ne89873b01004062052j6562c71di3664870ada84f290@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Howdy!<br>
<br>
I'm Fabiano Fid?ncio (fidencio on network irc.*freenode*.net), brazillian<br>
guy and Science Computer student at State University of Campinas. Moreover,<br>
I'm a free software's user/developer[1].<br>
<br>
At first, sorry for the late meet.<br>
Now, that's the point: I'm very interested in a task[2] for GSoC 2010.<br>
<br>
But, I have some questions.<br>
1 - How many time is it expected/necessary for that the student dedicates<br>
yourself in this task[2] per day?<br>
2 - What is the background/profile expected?<br>
3 - Is there some mentor interested in mentoring this task[2]?<br>
4 - What is the real chance of a proposal with this task[2] be accepted?<br>
<br>
BR.<br>
<br>
[1] - <a href="http://trac.enlightenment.org/e/search?q=fidencio" target="_blank">http://trac.enlightenment.org/e/search?q=fidencio</a><br>
[2] - <a href="http://wiki.freifunk.net/Ideas#Port_OLSR_to_the_N900_.2B_GUI" target="_blank">http://wiki.freifunk.net/Ideas#Port_OLSR_to_the_N900_.2B_GUI</a><br>
<br>
--<br>
Fabiano Fid?ncio<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://freifunk.net/pipermail/wlanware/attachments/20100407/d6ee6230/attachment.html" target="_blank">http://freifunk.net/pipermail/wlanware/attachments/20100407/d6ee6230/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 7 Apr 2010 10:34:31 +0200<br>
From: "ZioPRoTo (Saverio Proto)" <<a href="mailto:zioproto@gmail.com">zioproto@gmail.com</a>><br>
Subject: Re: [WLANware] WLANware Digest, Vol 46, Issue 9<br>
To: "WLAN-Hard+ Software, Antennen" <<a href="mailto:wlanware@freifunk.net">wlanware@freifunk.net</a>><br>
Message-ID:<br>
        <<a href="mailto:o2ja5e23ab91004070134zeda44a39m744c7e49edfcbc2@mail.gmail.com">o2ja5e23ab91004070134zeda44a39m744c7e49edfcbc2@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
> 1.Some routers have an attached HNA network with some hosts.what is<br>
> HNA network actually?<br>
<br>
HNA (Host Network Announce)<br>
A OLSR router can have an interface attached to a network where the<br>
hosts do not talk the OLSR protocol. The OLSR router announces that<br>
network with a HNA messages, so those hosts can talk to the rest of<br>
the network using the OLSR router as a gateway.<br>
<br>
> 2.ETX distance of nearest nodes are calculated.what is ETX distance?<br>
<br>
ETX is a metric of wireless networks, Expected Transmission Count.<br>
<br>
> 3.nodes or tree links are deleted in soft state fashion.what is soft<br>
> state fashion?<br>
<br>
Soft state means that if you don't refresh an information, that<br>
information after<br>
a defined time will expire.<br>
So if I have a neighbor, and he sends me an Hello every 2 seconds, I<br>
keep updating<br>
that he is alive. When I don't receive hellos for a while I will<br>
assume that the neighbor node<br>
is not there anymore and I delete him. That is soft state.<br>
<br>
> also found the implementation in<br>
> <a href="http://gredler.at/hg/olsrd/rev/8e7887c1247f" target="_blank">http://gredler.at/hg/olsrd/rev/8e7887c1247f</a><br>
> i am trying to understand the working mechanism of the code.<br>
<br>
Please use git, we switched to a new repository back ago. It is linked<br>
on <a href="http://www.olsr.org" target="_blank">http://www.olsr.org</a> under del link repositories.<br>
<br>
> so initially do we fix a core node for every multimedia stream in the<br>
> network(probably during mesh create...).so whenever a core node for<br>
> particular multimedia stream finds 1.IGMP poll message to request<br>
> information about membership in all groups.(because nodes won't have<br>
> exact record of group membership details..) or 2.response message to<br>
> the IGMP request(i guess only one host from each group responds to the<br>
> request message)..it'll send OBAMP alive message so that the node is<br>
> added to corresponding OBAMP tree..and whenever a new node is added,<br>
> core election algorithm is called and the node with lowest IP address<br>
> is selected as the new core..<br>
<br>
We run mesh create normally at the beginning.<br>
We have to change MESH alive message syntax so we can add information<br>
about the streams everynode has available.<br>
The changes will be all in the tree creation procedures.<br>
<br>
Please before getting too much in the details of OBAMP, try first to<br>
read the more basic stuff about OLSR.<br>
<br>
Saverio<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 7 Apr 2010 14:43:50 +0530<br>
From: Shan Jayasinghe <<a href="mailto:shanajuom@gmail.com">shanajuom@gmail.com</a>><br>
Subject: [WLANware] The Best Project<br>
To: <a href="mailto:wlanware@freifunk.net">wlanware@freifunk.net</a><br>
Message-ID:<br>
        <<a href="mailto:t2gc45070391004070213xaee7a35cr477d61d614a8a1d1@mail.gmail.com">t2gc45070391004070213xaee7a35cr477d61d614a8a1d1@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hello,<br>
I'm shan jayasinghe from University of Moratuwa , Sri Lanka. I really like<br>
to work with your organization-FreeFunk. I have worked with Perl, HTML, PHP<br>
and Java. I'm currently at my Inplant training. There I'm doing a project<br>
related to Net::Telnet Module in Perl. And I have the experience in working<br>
in Linux environment. What would be the most suited project for me?<br>
<br>
Thank You.<br>
<br>
<br>
<br>
--<br>
Regards,<br>
Shan Anjana Jayasinghe<br>
+94 71 8107918<br>
<a href="mailto:shanajuom@gmail.com">shanajuom@gmail.com</a><br>
<a href="mailto:shan2005@ymail.com">shan2005@ymail.com</a><br>
<a href="mailto:shan@aiesec.org.lk">shan@aiesec.org.lk</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://freifunk.net/pipermail/wlanware/attachments/20100407/a85dd397/attachment-0001.htm" target="_blank">http://freifunk.net/pipermail/wlanware/attachments/20100407/a85dd397/attachment-0001.htm</a>><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 7 Apr 2010 11:21:10 +0200<br>
From: "ZioPRoTo (Saverio Proto)" <<a href="mailto:zioproto@gmail.com">zioproto@gmail.com</a>><br>
Subject: Re: [WLANware] The Best Project<br>
To: "WLAN-Hard+ Software, Antennen" <<a href="mailto:wlanware@freifunk.net">wlanware@freifunk.net</a>><br>
Message-ID:<br>
        <<a href="mailto:r2ga5e23ab91004070221na6d27455g1dda3d0b2e5e5615@mail.gmail.com">r2ga5e23ab91004070221na6d27455g1dda3d0b2e5e5615@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
> I'm shan jayasinghe from University of Moratuwa , Sri Lanka. I really like<br>
> to work with your organization-FreeFunk. I have worked with Perl, HTML, PHP<br>
> and Java.?I'm currently at my Inplant training. There I'm doing a project<br>
> related to Net::Telnet Module in Perl. And I have the experience in working<br>
> in Linux environment. What would be the most suited project for me?<br>
<br>
Hello,<br>
<br>
reading your background I suggest to have a look at this:<br>
<br>
<a href="http://wiki.freifunk.net/Ideas#Web_Radio_Program_Scheduler" target="_blank">http://wiki.freifunk.net/Ideas#Web_Radio_Program_Scheduler</a><br>
<a href="http://wiki.freifunk.net/Ideas#CMS_plugin_to_book_Web_radio_transmission" target="_blank">http://wiki.freifunk.net/Ideas#CMS_plugin_to_book_Web_radio_transmission</a><br>
<br>
hurry up ! you have only two days left until the deadline for<br>
submitting the student application.<br>
<br>
Saverio<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 7 Apr 2010 11:28:43 +0200<br>
From: "ZioPRoTo (Saverio Proto)" <<a href="mailto:zioproto@gmail.com">zioproto@gmail.com</a>><br>
Subject: Re: [WLANware] [GSoC 2010] About a proposal<br>
To: "WLAN-Hard+ Software, Antennen" <<a href="mailto:wlanware@freifunk.net">wlanware@freifunk.net</a>><br>
Message-ID:<br>
        <<a href="mailto:h2ka5e23ab91004070228u59ddd4b5o870deccc9c72765b@mail.gmail.com">h2ka5e23ab91004070228u59ddd4b5o870deccc9c72765b@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
> 1 - How many time is it expected/necessary for that the student dedicates<br>
> yourself in this task[2] per day?<br>
<br>
I have been a student last year. Now I don't know the complexity of<br>
the idea [2] but any idea will require you to work at least 24 hours<br>
per week. That means every around 4/5 hours every working day.<br>
<br>
> 4 - What is the real chance of a proposal with this task[2] be accepted?<br>
<br>
Nobody can tell you this, it depends on how many students application<br>
we get at the end, and how the evaluation of the mentors will be, and<br>
how many slots google will give us. Try to submit your application! :)<br>
<br>
Saverio<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
WLANware mailing list<br>
<a href="mailto:WLANware@freifunk.net">WLANware@freifunk.net</a><br>
<a href="https://freifunk.net/mailman/listinfo/wlanware" target="_blank">https://freifunk.net/mailman/listinfo/wlanware</a><br>
<br>
<br>
End of WLANware Digest, Vol 46, Issue 12<br>
****************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Shan Anjana Jayasinghe<br>+94 71 8107918<br><a href="mailto:shanajuom@gmail.com">shanajuom@gmail.com</a><br><a href="mailto:shan2005@ymail.com">shan2005@ymail.com</a><br>
<a href="mailto:shan@aiesec.org.lk">shan@aiesec.org.lk</a><br>
</div>