<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ninux.org Wireless Community</title>
	<atom:link href="http://blog.ninux.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ninux.org</link>
	<description>Per cercare di spiegarvi cosa è questa Wireless Community :)</description>
	<lastBuildDate>Wed, 18 Aug 2010 17:07:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GSoC 2010 &#8211; Database outuput from Freimap</title>
		<link>http://blog.ninux.org/2010/08/18/gsoc-2010-database-outuput-from-freimap/</link>
		<comments>http://blog.ninux.org/2010/08/18/gsoc-2010-database-outuput-from-freimap/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 17:07:58 +0000</pubDate>
		<dc:creator>pillastefano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[freimap]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[GSoC 2010]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=764</guid>
		<description><![CDATA[The Google Summer of Code 2010 is going to end.
Also this year, we have participated with a Freifunk project on the Freimap Software.
Freimap is an Open Source visualization and analysis framework for (mostly) mesh networks, such as for example Freifunk.net. It can read many a different data source and display them as different layers in [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The Google Summer of Code 2010 is going to end.</p>
<p style="text-align: justify;">Also this year, we have participated with a Freifunk project on the Freimap Software.</p>
<p style="text-align: justify;">Freimap is an Open Source visualization and analysis framework for (mostly) mesh networks, such as for example Freifunk.net. It can read many a different data source and display them as different layers in a map. The network can be browsed and queried in real time, and a time bar allows to trace back to past events. Some statistics of the topology and network traffic may also be generated. From the last Google Summer of Code 2009, Service Discovery is a new feature.</p>
<p style="text-align: justify;">The software itself runs in Java, and smoothly at that. It reads data from various sources in the network, a database, a file or from a Live Stream (OLSR Routing Protocol, B.A.T.M.A.N., etc).</p>
<p style="text-align: justify;">This year I&#8217;ve added this feature: the ability of Freimap to store all visualized data in a MySQL Database.</p>
<p style="text-align: justify;"><strong>HOW IT WORKS</strong></p>
<p style="text-align: justify;">In the current version, Freimap can take data from different datasource:</p>
<ol style="text-align: justify;">
<li>a file for a simple visualization: js, xml, txt files (static)</li>
<li>a MySQL database (static)</li>
<li>Live stream from an OLSR Daemon (dynamic)</li>
</ol>
<p style="text-align: justify;">If you want to store Live stream with the new &#8220;Database output for Freimap&#8221; feature you have to follow 2 simple steps. These steps are been simplified with a wizard that appear when you make a choice in the main GUI page.</p>
<p style="text-align: justify;"><img title="Freimap Wizard - 1" src="http://www.stefanopilla.it/Immagini/wizard1.png" alt="Freimap Wizard - 1" width="448" height="300" /></p>
<p style="text-align: justify;">The first step is a simple Wizard in which you have to insert some basics information such as:</p>
<ol style="text-align: justify;">
<li>MySQL Database information: IP/Hostname and port</li>
<li>MySQL Database credentials of an user that have a rw permission</li>
<li>Position of the OLSRd config file</li>
<li>Position of the LatLon.js file of the NameService Plugin</li>
<li>The port of the dotDraw plugin</li>
</ol>
<p><img title="Freimap Wizard - 2" src="http://www.stefanopilla.it/Immagini/wizard2.png" alt="Freimap Wizard - 2" width="450" height="300" /></p>
<p><img title="Freimap Wizard - 3" src="http://www.stefanopilla.it/Immagini/wizard3.png" alt="Freimap Wizard - 3" width="449" height="300" /></p>
<p style="text-align: justify;">Once you have entered all the information you can choose a previous &#8220;Freimap&#8221; Database or to &#8220;Create a new Freimap Database&#8221;. When you choose a database from a list of available database the application automatically detect if the selected schema contains Freimap data.  This choice read the data from the selected database and continue to store new live data in the same tables. With the second choice you can create a new database. This choice means that you can destroy an old database or you can create a completely new one.</p>
<p style="text-align: justify;"><img title="Freimap Wizard - 4" src="http://www.stefanopilla.it/Immagini/wizard4.png" alt="Freimap Wizard - 4" width="448" height="332" /></p>
<p style="text-align: justify;"><strong>ISSUES AND &#8230;TO DO</strong></p>
<p>There is a lot of work to do to improve Freimap Software.</p>
<p>For example, as discussed in the OLSR-Dev Mailing List, there is a needs to make a simple web interface for the config file (now an xml file) in which you can change the base settings of the &#8220;Database output for Freimap&#8221; feature.</p>
<p>Another thing to do is to find a method to update and generate in a the fastest way a new &#8220;layer id&#8221; for the recovery of the correct layer when requested.</p>
<p>We have to add the possibility to read and store live data from and in two or more database (also schemas). This can be useful when you want to simulate in the same environment two networks with two different routing protocol (BATMAN and OLSR)</p>
<p>Actually the database information crosses the network in plain text. This means that we have to find a method to encrypt Freimap network data.</p>
<p><br class="spacer_" /></p>
<p>You can find more info here: http://wiki.freifunk.net/freimap</p>
<p>Mercurial Repository is here: http://code.google.com/p/freimap/</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/08/18/gsoc-2010-database-outuput-from-freimap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSoC 2010 &#8211; IPinUDP generic encapsulation module</title>
		<link>http://blog.ninux.org/2010/07/30/gsoc-2010-ipinudp-generic-encapsulation-module/</link>
		<comments>http://blog.ninux.org/2010/07/30/gsoc-2010-ipinudp-generic-encapsulation-module/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 22:08:37 +0000</pubDate>
		<dc:creator>marco.bonola</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[GSoC2010]]></category>
		<category><![CDATA[ninux.org]]></category>
		<category><![CDATA[UDP encapsulation]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=751</guid>
		<description><![CDATA[The main goal of this project is the development of a Linux 2.6 Kernel module and the relevant user-space tools to set up IP in UDP tunnels between two fixed and mobile end points. The project is a Freifunk-Ninux.org proposal, and is sponsored by the Google Summer of Code program.
IPinUDP encapsulation is a well known encapsulation [...]]]></description>
			<content:encoded><![CDATA[<p>The main goal of this project is the development of a Linux 2.6 Kernel module and the relevant user-space tools to set up IP in UDP tunnels between two fixed and mobile end points. The project is a <a href="http://start.freifunk.net/">Freifunk</a>-<a href="http://wiki.ninux.org/">Ninux.org</a> proposal, and is sponsored by the <a href="http://socghop.appspot.com/">Google Summer of Code</a> program.</p>
<p>IPinUDP encapsulation is a well known encapsulation mechanism mainly used for NAT traversal solutions (e.g.: RFC 3948). Moreover, IP/UDP encapsulation can be envisioned in end-to-end overlays and mobility management solutions. Despite its simplicity, a generic IPinUDP encapsulation Linux Kernel module independent from the IPsec framework is not currently available, and usually this kind of tunneling is realized with user-space tools.</p>
<p>The first task of this project is to create a Kernel module allowing a user to export one or more virtual interfaces so that packets routed through them will be encapsulated within a specific IP/UDP encapsulation header, as for other tunneling approaches based on virtual devices (like IP-IP, IP-GRE, etc..).</p>
<p>The second step will be the extension of the basic functionalities described above to realize a generic IP/UDP encapsulation driver to be used in different context that might require UDP encapsulation, like mobility, multihoming or VPNs approaches based on tunneling. The basic idea is that the IP/UDP tunnels are multiplexed on a single virtual interface, and the proper encapsulation header is retrieved from a &#8220;internal forwarding table&#8221; configurable from user-space.</p>
<p>As for the current status of the implementation, the first task is almost accomplished, as few details regarding locking are missing. The source code is publicly available at: <a href=" https://svn.ninux.org/svn/ninuxdeveloping/ipudp" target="_blank">https://svn.ninux.org/svn/ninuxdeveloping/ipudp</a>. Comments, remarks and any kind of support will be appreciated.</p>
<p>Marco</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/07/30/gsoc-2010-ipinudp-generic-encapsulation-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The RadioMate GSOC project</title>
		<link>http://blog.ninux.org/2010/07/30/the-radiomate-gsoc-project/</link>
		<comments>http://blog.ninux.org/2010/07/30/the-radiomate-gsoc-project/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 12:56:06 +0000</pubDate>
		<dc:creator>clauz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[clauz]]></category>
		<category><![CDATA[decentralizzazione]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[fusolab]]></category>
		<category><![CDATA[fusoradio]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[GSoC 2010]]></category>
		<category><![CDATA[ninux.org]]></category>
		<category><![CDATA[radiomate]]></category>
		<category><![CDATA[webradio]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=734</guid>
		<description><![CDATA[
With the RadioMate project we are building a new free software platform for distributed webradios, i.e. webradios in which the WJs can transmit wherever they are (from home, from the site of an event, &#8230;). The project is a Freifunk-Ninux.org proposal, and is sponsored by the Google Summer of Code program.
The first webradio that will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.ninux.org/wp-content/uploads/2010/07/radiomate.png"><img src="http://blog.ninux.org/wp-content/uploads/2010/07/radiomate-300x178.png" alt="" title="radiomate" width="300" height="178" class="alignnone size-medium wp-image-736" /></a></p>
<p>With the <a href="http://radiomate.org">RadioMate</a> project we are building a new free software platform for distributed webradios, i.e. webradios in which the WJs can transmit wherever they are (from home, from the site of an event, &#8230;). The project is a <a href="http://start.freifunk.net">Freifunk</a>-<a href="http://ninux.org">Ninux.org</a> proposal, and is sponsored by the <a href="http://socghop.appspot.com/">Google Summer of Code</a> program.</p>
<p>The first webradio that will use the new platform will be <a href="http://fusoradio.net">Fusoradio</a>, that is an active and distributed webradio headquartered in Rome (at <a href="http://fusolab.net">Fusolab</a>), but that currently uses closed-source solutions. Thus the project will not end with the GSOC sponsoring, but will continue growing thanks to the contributions of people that will be actively using RadioMate.</p>
<p>For what concerns the current status of the work, the design of the architecture, of the API and of the database schema have been done, and the code that accesses the database has been completed. I have also studied the <a href="http://savonet.sourceforge.net/index.html">liquidsoap</a> language and found a solution to use it in a decentralized fashion, performing some tests.</p>
<p>What is missing, and will be done before the deadline (I am currently working on the project full time) will be to complete the JSON interface, implement the scheduling of the webradio transmissions, and of course, write documentation.</p>
<p>For the source code, more information and updates visit the project&#8217;s website: <a href="http://radiomate.org">http://radiomate.org</a></p>
<p>Clauz</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/07/30/the-radiomate-gsoc-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackmeeting 2010</title>
		<link>http://blog.ninux.org/2010/07/08/hackmeeting-2010/</link>
		<comments>http://blog.ninux.org/2010/07/08/hackmeeting-2010/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 08:40:37 +0000</pubDate>
		<dc:creator>ZioPRoTo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[controllo]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hackmeeting]]></category>
		<category><![CDATA[La Torre]]></category>
		<category><![CDATA[MTV]]></category>
		<category><![CDATA[ninux]]></category>
		<category><![CDATA[paura]]></category>
		<category><![CDATA[roma]]></category>
		<category><![CDATA[TRL]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=727</guid>
		<description><![CDATA[Lo scorso weekend c&#8217;è stato a Roma l&#8217;hackmeeting!
Questo che vedete qui, è uno spezzone della trasmissione TRL di MTV, che ha fatto un servizio sull&#8217;evento, parlando anche di noi di Ninux.




Noi di Ninux siamo andati tutti insieme con la nostra grande tenda, per esserci tutto il tempo e vivere questo weekend insieme alle altre comunità [...]]]></description>
			<content:encoded><![CDATA[<p>Lo scorso weekend c&#8217;è stato a Roma l&#8217;<a href="http://it.hackmeeting.org"><strong>hackmeeting</strong></a>!</p>
<p>Questo che vedete qui, è uno spezzone della trasmissione TRL di MTV, che ha fatto un servizio sull&#8217;evento, parlando anche di noi di Ninux.</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/es65bkt2Nxo&amp;hl=it_IT&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/es65bkt2Nxo&amp;hl=it_IT&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</p>
<p><br class="spacer_" /></p>
<p>Noi di Ninux siamo andati tutti insieme con la nostra grande tenda, per esserci tutto il tempo e vivere questo weekend insieme alle altre comunità hacker italiane. Essendo a Roma potevamo anche decidere di tornare a dormire a casa ogni sera, ma non sarebbe stato un vero hackmeeting in questo modo.</p>
<p>Segue il comunicato ufficiale di chiusura dell&#8217;hackmeeting:</p>
<blockquote><p>Domenica 4 luglio si è concluso Hackmeeting, il  meeting delle comunità hacker italiane, tenutosi a Roma al Csa la Torre.</p>
<p>*Hackmeeting *è l&#8217;incontro annuale delle delle  controculture digitali, e di tutti coloro che si pongono in maniera  critica e propositiva rispetto all&#8217;avanzare delle nuove tecnologie.</p>
<p>I tre giorni che si sono tenuti nella splendida cornice del parco  dell&#8217;Aniene, hanno presentato un fitto programma di seminari, dibattiti,  scambi di idee e apprendimento collettivo, sono state analizzate le  tecnologie che utilizziamo quotidianamente, come cambiano e che  stravolgimenti inducono sulle nostre vite reali e virtuali, quale ruolo  possiamo rivestire nell&#8217;indirizzare questo cambiamento per liberarlo dal  controllo di chi vuole monopolizzare lo sviluppo, sgretolando i tessuti  sociali per relegarci nei nostri spazi virtuali dove ci illudiamo al  sicuro dalla precarietà reale. Ma soprattutto si è messa in pratica la  Hacktitude, ovvero quella capacità di andare oltre le prescrizioni  imposte dal commercio, nella tecnologia ma anche in altri campi, e che  portano a smontare ogni macchina e ogni gerarchia precostituita,  comprese quelle che riguardano aspetti più quotidiani della nostra  esistenza. Sono stati presentati nuovi software dunque, ma anche  approcci diversi alla produzione di cibo, di vivere il sesso, di  curarsi.</p>
<p>Ad Hackmeeting si sono dunque visti nuovi  protocolli di identificazione, che superano il concetto di user name e  password; un nuovo tipo di crittografia, la crittografia quantistica, e  le sue applicazioni; è stata presentata una panoramica sulle tecniche di  identificazione e fingerprinting degli utenti in rete, e sulle  possibilità di difendersi; sono stati illustrati metodi per aprire i  lucchetti, informatici, ma anche fisici, ed è stata fatta una panoramica  completa di tutti i metodi controllo che stanno, tra l&#8217;altro, mettendo a  rischio la libertà della rete. Ma si è anche ragionato con lo scrittore  Margareth Killjoy su «Steampunk come Etica di Reality Hacking», vale a  dire su come, per sopravvivere alle catastrofi, sia necessario  sperimentare. E nel seminario “/Programmare è come narrare?/”,con  Stefano Penge e Maurizio Mazzoneschi si è riflettuto sul senso della  programmazione, un’attività ritenuta forse a torto tecnica, ripetitiva,  fredda, e  priva di un’anima. Nel workshop su estetica audio e video  invece si è presentata la superiorità dell&#8217;editing basato su una  filosofia open.<br />
 Infine, visto che la connessione tra approccio ecologico e mondo  dell&#8217;hacking è sempre più stretta, in un seminario si è spiegato come  mappare tutti gli orti di una grande città, non con le mappe di Google,  ma con un sistema non proprietario, che permette a tutti di caricare i  dati senza necessariamente registrarsi.<br />
 Sono solo alcuni esempi: nella tre giorni ai più di 30 seminari  ufficiali (<a href="http://it.hackmeeting.org/seminari.html#1557" target="_blank">http://it.hackmeeting.org/seminari.html#1557</a>)  si sono alternate discussioni spontanee.</p>
<p>Hackmeeting si è chiuso con la tradizionale  assemblea che riunisce tutti i partecipanti, nel corso della quale, con  il metodo del consenso, è stato deciso di proseguire l&#8217;anno con incontri  di Follow up, dedicati ad approfondire le varie tematiche presentate a  Roma, e con un meeting invernale.</p>
</blockquote>
<p><br class="spacer_" /></p>
<p>Saverio</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/07/08/hackmeeting-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSoC 2010 &#8211; Database output for Freimap</title>
		<link>http://blog.ninux.org/2010/06/28/gsoc-2010-database-output-for-freimap/</link>
		<comments>http://blog.ninux.org/2010/06/28/gsoc-2010-database-output-for-freimap/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 23:29:52 +0000</pubDate>
		<dc:creator>pillastefano</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[freimap]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[GSoC 2010]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=707</guid>
		<description><![CDATA[Freimap is a virtualization and visualization software for mesh networks. Currently this software does not have the ability to store information transmitted by individual nodes (data routing, position, connected clients, etc.) so the user cannot have a clear idea of network behavior over the time.

After gathering information and needs of various communities in Berlin during [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Freimap is a virtualization and visualization software for mesh networks. Currently this software does not have the ability to store information transmitted by individual nodes (data routing, position, connected clients, etc.) so the user cannot have a clear idea of network behavior over the time.</p>
<p style="text-align: center;"><img src="http://www.stefanopilla.it/Immagini/FMGSoC2010_1.png" alt="Freimap Start PopUp" width="199" height="336" /></p>
<p style="text-align: justify;">After gathering information and needs of various communities in Berlin during the international event <a href="http://wiki.freifunk.net/Wireless_Community_Weekend_2010" target="_blank">WCW2010</a> we have written the basics for the job of this summer for the G<a href="http://socghop.appspot.com/" target="_blank">oogle Summer of Code 2010</a>. With the project &#8220;Database output for Freimap&#8221; we want to create a plug-in that can store all information and data, not only of individual clients but also of the entire mesh network (SNMP data, syslog data, etc &#8230;). In this way Freimap can be used as a veritable tool for troubleshooting and reference. The needs identified during the WCW2010 were:</p>
<ul style="text-align: justify;">
<li>Define of a common node schema: communities have different schemas of nodes (due to the different types of networks used)</li>
<li>Possibility to redrawing the map at a given time</li>
<li>Ability to find a particular information (eg client connected at a given time)</li>
<li>Need to manage the entire network from anywhere in the world with a Web Interface</li>
</ul>
<p style="text-align: justify;">The new Freimap is organized by level, unlike the <a href="http://relet.net/trac/freimap" target="_blank">previous version</a> (written by Thomas Hirsch). These levels are:</p>
<p style="text-align: justify;">1) Layer Datasource</p>
<p style="text-align: justify;">2) Data Layer</p>
<p style="text-align: justify;">3) Main Layer</p>
<p style="text-align: justify;">The first layer is responsible for collecting data from all DataSources (NameService Plugins, OlsrDataSource, Files, MySqlDataScource, etc &#8230;)</p>
<p style="text-align: justify;">The second layer is responsible for organizing and storing data in the database. This level contains all necessary information for the “rebuilding” of the map and then the regeneration of the situation at a given time. In addition to the data passed from the “DataSource Layer” at this level are added some basic information such as timestamps and information on the nodes (translated xy positions on the map, lat / lon, etc. ..)</p>
<p style="text-align: justify;">The third level is responsible of the generation of the GUI from the data of previous levels. The project&#8217;s aim is therefore to find a way to store data of the second level, where there are all necessary data for the rebuilding  of the level at the given time.</p>
<p style="text-align: justify;">This first step that must be followed, is surely a definition of a common  node schema. Project already started by the <a href="http://interop.wlan-lj.net/" target="_blank">Ljubljana Community</a> with some fundamental results.</p>
<p style="text-align: justify;">Now, only for testing, the structure of the database tables is reduced at:</p>
<p style="text-align: center;"><strong>Node Table:</strong></p>
<p style="text-align: center;"><img src="http://www.stefanopilla.it/Immagini/DB1.png" alt="Database Schema 1" width="379" height="166" /></p>
<p style="text-align: center;"><strong>Layer Table:</strong></p>
<p style="text-align: center;"><img src="http://www.stefanopilla.it/Immagini/DB2.png" alt="Database Schema 2" width="400" height="107" /></p>
<p style="text-align: center;"><strong>Link Table:</strong></p>
<p style="text-align: center;"><img class="alignnone" src="http://www.stefanopilla.it/Immagini/DB3.png" alt="Database Schema 3" width="379" height="107" /></p>
<p>After this first design phase, the second part of the program will be dedicated entirely to the coding in which will be defined the procedures for storing data in the database. With the first commit have been implemented the automatic generation of the database structure (local and/or remotely) and the ability to select an existing external/internal database from which to get the information and updates in real time .</p>
<p style="text-align: center;"><img src="http://www.stefanopilla.it/Immagini/FMGSoC2010_2.png" alt="Credentials for MySQL Database" width="347" height="306" /></p>
<p>Other updates will be announced shortly before the Mid-term evaluations deadline;</p>
<p>Changelog and updates about the development process can be found at: https://code.google.com/p/freimap/</p>
<p>Stefano Pilla</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/06/28/gsoc-2010-database-output-for-freimap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless Battle of Mesh 2010</title>
		<link>http://hispanico.ninux.org/blog/2010/06/04/wireless-battle-of-mesh-2010/</link>
		<comments>http://hispanico.ninux.org/blog/2010/06/04/wireless-battle-of-mesh-2010/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:18:10 +0000</pubDate>
		<dc:creator>hispanico</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bracciano]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[BWM2010]]></category>
		<category><![CDATA[Camping]]></category>
		<category><![CDATA[Elapsed]]></category>
		<category><![CDATA[Hispanico]]></category>
		<category><![CDATA[ninux]]></category>

		<guid isPermaLink="false">http://hispanico.ninux.org/blog/?p=536</guid>
		<description><![CDATA[Siamo qui al Camping di Bracciano per il WBM2010, l&#8217;evento dove si sfideranno alcuni protocolli di routing per reti mesh: OLSR, B.A.T.M.A.N. Layer3, B.A.T.M.A.N. Advanced (Layer2), B.A.T.M.A.N. Experimental (BMX) e Babel. Nell&#8217;attesa per la preparazione della sfida, Claudyus ha finalmente trovato il BUG sulla sua scheda per pilotare un motore passo passo Questo è un [...]]]></description>
			<content:encoded><![CDATA[<p>Siamo qui al Camping di Bracciano per il WBM2010, l&#8217;evento dove si sfideranno alcuni protocolli di routing per reti mesh: OLSR, B.A.T.M.A.N. Layer3, B.A.T.M.A.N. Advanced (Layer2), B.A.T.M.A.N. Experimental (BMX) e Babel.</p>
<p>Nell&#8217;attesa per la preparazione della sfida, Claudyus ha finalmente trovato il BUG sulla sua scheda per pilotare un motore passo passo <img src='http://hispanico.ninux.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-549 aligncenter" title="The Bug" src="http://hispanico.ninux.org/blog/wp-content/uploads/2010/06/The-Bug.jpg" alt="" width="461" height="317" /></p>
<p>Questo è un piccolo video di assaggio</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/HNK4uGQN2xQ&amp;hl=it_IT&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/HNK4uGQN2xQ&amp;hl=it_IT&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To be Continued&#8230;..</p>
<p>Marco</p>
]]></content:encoded>
			<wfw:commentRss>http://hispanico.ninux.org/blog/2010/06/04/wireless-battle-of-mesh-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless Community Weekend 2010</title>
		<link>http://zioproto.ninux.org/wordpress/2010/05/19/wireless-community-weekend-2010/</link>
		<comments>http://zioproto.ninux.org/wordpress/2010/05/19/wireless-community-weekend-2010/#comments</comments>
		<pubDate>Tue, 18 May 2010 23:39:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[battle of the mesh]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[berlino]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[fusolab]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[GSoC 2010]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[ninux]]></category>
		<category><![CDATA[olsr]]></category>
		<category><![CDATA[olsrd]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[zioproto]]></category>

		<guid isPermaLink="false">http://zioproto.ninux.org/wordpress/?p=813</guid>
		<description><![CDATA[Just back from Berlin, where I went with my Ninux friends at the Wireless Community Weekend 2010. As always a lot of interesting news and it is good to see old friends involved in Wireless Community Networks in other cities and countries. It was 8 Italian Ninux guys, 7 from Rome and 1 from Pisa. [...]]]></description>
			<content:encoded><![CDATA[<p>Just back from Berlin, where I went with my <a href="http://www.ninux.org"><strong>Ninux</strong></a> friends at the <a href="http://wiki.freifunk.net/Wireless_Community_Weekend_2010" ><strong>Wireless Community Weekend 2010</strong></a>. As always a lot of interesting news and it is good to see old friends involved in Wireless Community Networks in other cities and countries.</p>
<p>It was 8 Italian Ninux guys, 7 from Rome and 1 from Pisa. Yeah, this year Ninux is spreading country-wide. The students from <a href="http://eigenlab.tk/" ><strong>Eigenlab</strong></a> with the strong tech help of Gioacchino are starting a new Ninux network in the city of Pisa.</p>
<p>This trip as you can imagine, was a lot about nerds and programming/installing/debugging software firmwares and so on &#8230; but not only&#8230;. Anyway here the picture of the arrival at C-Base, computer+beer <img src='http://zioproto.ninux.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/100_07191.jpg"><img class="aligncenter size-large wp-image-816" title="saverio a c-base" src="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/100_07191-682x1023.jpg" alt="" width="409" height="614" /></a></p>
<p style="text-align: justify;">As my friends know I&#8217;m also a fun of riding bicycles in the cities as an alternative to cars, and Berlin is a way ahead of Rome in this direction. I&#8217;ve seen several fixies around but also cool German bikes not easy to find in Rome. Here in the picture some nice bike I&#8217;ve seen parked around <img src='http://zioproto.ninux.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/100_0700.jpg"><img class="aligncenter size-large wp-image-819" title="100_0700" src="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/100_0700-682x1023.jpg" alt="" width="409" height="614" /></a></p>
<p style="text-align: justify;">We also had a lot of typical German food, especially Berliner beer, <a href="http://it.wikipedia.org/wiki/Club_Mate" >club-mate</a> and Doner Kebab. Nerds diet consists in eating a lot of food regardless of time and space, so whenever hungry the nerds quit of all the activities to go finding food <img src='http://zioproto.ninux.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In C-Base this was easy because the legendary Freifunk Barbeque was on 24/7, and it was possible to go there at any time and cook something.</p>
<p style="text-align: center;"><a href="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/IMGP0662.jpg"><img class="aligncenter size-large wp-image-823" title="IMGP0662" src="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/IMGP0662-1024x768.jpg" alt="" width="430" height="323" /></a></p>
<p style="text-align: center;"><a href="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/IMGP0634.jpg"><img class="aligncenter size-large wp-image-820" title="IMGP0634" src="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/IMGP0634-1024x768.jpg" alt="" width="430" height="323" /></a></p>
<p style="text-align: justify;">Talking about some mesh tech, I spent most of the time with Mitar installing the <a href="https://nodes.wlan-lj.net/" ><strong>Nodewatcher</strong></a> developed in Ljubljana (Slovenia) on the Ninux network. It is really a great software and I&#8217;m already looking and to graphs generated for the Ninux nodes. The system gives you a lot of precious information to debug/monitor the network. The work together was very productive and Mitar opened a lot of tickets on his Trac, because this was actually the first installation on another network.</p>
<p style="text-align: justify;"><a href="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/28679_393188036692_581001692_4245235_4743254_n.jpg"><img class="aligncenter size-full wp-image-825" title="28679_393188036692_581001692_4245235_4743254_n" src="http://zioproto.ninux.org/wordpress/wp-content/uploads/2010/05/28679_393188036692_581001692_4245235_4743254_n.jpg" alt="" width="432" height="324" /></a></p>
<p style="text-align: justify;">Also the meeting solved some nasty bug of OLSR with IPv6 that Gioacchino reported to the OLSR team.</p>
<p style="text-align: justify;">Me and Claudio had a meeting with Kloschi to brainstorm a bit about the <a href="http://radiomate.org/" >Radiomate</a> project, that is starting in a few days. Some very useful thoughts came out of the discussion and I just can&#8217;t wait to see the results !</p>
<p style="text-align: justify;">Well next nerd event is soon ! Even if time every time in Berlin flies away so quickly, I&#8217;m happy anyways, because I&#8217;m meeting many of my German friends again in Bracciano for the <a href="http://battlemesh.org" ><strong>BattleMesh</strong></a> !</p>
<p style="text-align: justify;">Saverio</p>
]]></content:encoded>
			<wfw:commentRss>http://zioproto.ninux.org/wordpress/2010/05/19/wireless-community-weekend-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seminari one shot sul lago</title>
		<link>http://blog.ninux.org/2010/05/14/seminari-one-shot-sul-lago/</link>
		<comments>http://blog.ninux.org/2010/05/14/seminari-one-shot-sul-lago/#comments</comments>
		<pubDate>Fri, 14 May 2010 16:11:20 +0000</pubDate>
		<dc:creator>clauz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[battlemesh]]></category>
		<category><![CDATA[sabazialug]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=678</guid>
		<description><![CDATA[Nelle scorse settimane nella sede del SabaziaLUG, ad Anguillara Sabazia, nell&#8217;ambito di una serie di seminari one-shot, si e&#8217; tenuto il corso di sopravvivenza alla battaglia delle mesh, con grande entusiasmo dei partecipanti! Chissa&#8217; che non nasca qualche mesh anche intorno al lago&#8230;


Clauz
]]></description>
			<content:encoded><![CDATA[<p>Nelle scorse settimane nella sede del <a href="http://www.sabazialug.org">SabaziaLUG</a>, ad Anguillara Sabazia, nell&#8217;ambito di una serie di <a href="http://www.sabazialug.org/Iniziative/Seminari-Linux-One-shot-primavera-2010.html">seminari one-shot</a>, si e&#8217; tenuto il corso di sopravvivenza alla <a href="http://battlemesh.org">battaglia delle mesh</a>, con grande entusiasmo dei partecipanti! Chissa&#8217; che non nasca qualche mesh anche intorno al lago&#8230;</p>
<p><a href="http://wiki.ninux.org/Presentazioni?action=AttachFile&#038;do=view&#038;target=seminariosabazialugPinguinoNelRouter.pdf"><img src="http://blog.ninux.org/wp-content/uploads/2010/05/seminariosabazialugPinguinoNelRouter-300x225.png" alt="" title="seminariosabazialugPinguinoNelRouter" width="300" height="225" class="alignnone size-medium wp-image-676" /></a></p>
<p><a href="http://wiki.ninux.org/Presentazioni?action=AttachFile&#038;do=view&#038;target=seminariosabazialugMeshConLinux.pdf"><img src="http://blog.ninux.org/wp-content/uploads/2010/05/seminariosabazialugMeshConLinux-300x225.png" alt="" title="seminariosabazialugMeshConLinux" width="300" height="225" class="alignnone size-medium wp-image-677" /></a></p>
<p>Clauz</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/05/14/seminari-one-shot-sul-lago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pomeriggio a C-Base</title>
		<link>http://blog.ninux.org/2010/05/13/pomeriggio-a-c-base/</link>
		<comments>http://blog.ninux.org/2010/05/13/pomeriggio-a-c-base/#comments</comments>
		<pubDate>Thu, 13 May 2010 17:57:22 +0000</pubDate>
		<dc:creator>ZioPRoTo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[battle of the mesh]]></category>
		<category><![CDATA[berlino]]></category>
		<category><![CDATA[WCW2010]]></category>
		<category><![CDATA[wireless battle mesh]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=669</guid>
		<description><![CDATA[Siamo già immersi dentro a C-Base !!!!!! :O Una vera e proprio astronave spaziale dentro Berlino.
Un bel viaggio nerd ! Birra mateclub e computers !  
E&#8217; appena arrivata un email di Henning che è stata rilasciata la 0.6.0 di OLSR &#8230; yeah !
Siamo arrivati qui ed abbiamo depositato una tonnellata di flyers del Wireless [...]]]></description>
			<content:encoded><![CDATA[<p>Siamo già immersi dentro a C-Base !!!!!! :O Una vera e proprio astronave spaziale dentro Berlino.</p>
<p>Un bel viaggio nerd ! Birra mateclub e computers ! <img src='http://blog.ninux.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>E&#8217; appena arrivata un email di Henning che è stata <a href="http://www.olsr.org/?q=olsrd-0.6.0" target="_blank">rilasciata la 0.6.0 di OLSR </a>&#8230; yeah !</p>
<p>Siamo arrivati qui ed abbiamo depositato una tonnellata di flyers del<a href="http://battlemesh.org" target="_blank"><strong> Wireless Battle Mesh</strong></a> !! Tutti guardano i flyers e dicono &#8220;WOW&#8221; !!!</p>
<p>Provo a scollare gli altri nerds dal PC per andare a cena ma non sarà facile ! <img src='http://blog.ninux.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Saverio</p>
<p>.<a href="http://blog.ninux.org/wp-content/uploads/2010/05/39.jpg"><img class="alignnone size-medium wp-image-670" title="39" src="http://blog.ninux.org/wp-content/uploads/2010/05/39-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://blog.ninux.org/wp-content/uploads/2010/05/391.jpg"></a></p>
<p><a href="http://blog.ninux.org/wp-content/uploads/2010/05/45.jpg"><img class="alignnone size-medium wp-image-672" title="45" src="http://blog.ninux.org/wp-content/uploads/2010/05/45-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><br class="spacer_" /></p>
<p>Saverio</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/05/13/pomeriggio-a-c-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siamo arrivati a Berlino</title>
		<link>http://blog.ninux.org/2010/05/13/siamo-arrivati-a-berlino/</link>
		<comments>http://blog.ninux.org/2010/05/13/siamo-arrivati-a-berlino/#comments</comments>
		<pubDate>Thu, 13 May 2010 10:28:26 +0000</pubDate>
		<dc:creator>ZioPRoTo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[berlino]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[WCW2010]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://blog.ninux.org/?p=665</guid>
		<description><![CDATA[Siamo arrivati a Berlino per il Wireless Community Weekend 2010.
Ci siamo sistemati nella solita casa, e ci siamo collegati alla solita WiFi WEP crakkata da &#8220;uno di noi a caso&#8221;, la necessità fa l&#8217;uomo hacker  
Dopo una lunga dormita ed un abbuffata di biscotti al peanut butter siamo pronti per andare a C-Base !!!
Saluti,

 [...]]]></description>
			<content:encoded><![CDATA[<p>Siamo arrivati a Berlino per il <a href="http://wiki.freifunk.net/Wireless_Community_Weekend_2010" target="_blank">Wireless Community Weekend 2010</a>.</p>
<p>Ci siamo sistemati nella solita casa, e ci siamo collegati alla solita WiFi WEP crakkata da &#8220;uno di noi a caso&#8221;, la necessità fa l&#8217;uomo hacker <img src='http://blog.ninux.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Dopo una lunga dormita ed un abbuffata di biscotti al peanut butter siamo pronti per andare a C-Base !!!</p>
<p>Saluti,</p>
<p>
 Saverio<br />
 Raf<br />
 Clauz<br />
 Sandro<br />
 Marco</p>
<p><a href="http://blog.ninux.org/wp-content/uploads/2010/05/foto.jpg"><img class="alignnone size-medium wp-image-666" title="foto" src="http://blog.ninux.org/wp-content/uploads/2010/05/foto-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ninux.org/2010/05/13/siamo-arrivati-a-berlino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
