Projecte

General

Perfil

Start » Historial » Revisió 12

Revisió 11 (Pau Escrich, 23-01-2012 11:27) → Revisió 12/83 (Pau Escrich, 23-01-2012 11:27)

!http://qmp.cat/images/qmp_small.png! 


 h2. What is qMp? 

 * It is firmware for embedded network devices based on OpenWRT GNU/linux operating system 
 * It provides an easy way to set up networks using MESH it doesn't matter your they are either wired or WiFi or a mix of both 
 * It is a fast and reliable way to extend an Internet uplink to end-users 

 h2. Why? 

 Two main purposes: 

 * *For quick deployments* 
 There's no need to think about network topology, all you need to do is to spread the nodes and connect one to internet. 
 Use it in any kind of environments like concerts, meetings, demonstrations or in case of a natural disaster. 

 * *For the wireless communities* 
 If you are new into this all you need to become part of the existing community or to start building one is to download and install the firmware. It won't take you more than the time you need to take a coffee to have your node ready to be put in place. 
 But if you are already an old hands at wireless communities here is qMp to let you forget about all those weird network administration tricks that don't last more than a day in your mind and focus on what makes your community grow, that is, the nodes deployment. 

 h2. How? 

 * Providing a complete autoconfiguration system from the first boot 
 * Using a set of Layer 3 MESH protocols: BMX6 (main), OLSR6 and Babel as backup 
 * Using IPv6 as the main IP protocol 
 * Using IPv4 only for end-user connection (tunneling) 
 * Providing an easy and intuitive administration web interface (LuCI based) 

 h2. Devices Devices? 

 Currently the official supported devices are: Alix, Routerstation, RouterstationPro, NanoStation/Nanobridge/Airgrid M5/M2 
 But qMp is Free software, so if it doesn't perfectly suits for you all you need to do is to modify it and send us your patches to let us apply them. 

 h2. Features 

 # *autoconf:* A system to auto-configure all settings. So the user does not need to configure anything. 
 # *qmpinfo:* It is a tool written in Lua to get some information about the QMP system. 
 # *qmpcontrol:* It is a tool written as a shell script to manage the QMP system. 
 # *qMp webint:* A LUCI (web interface) module to manage and monitor QMP system. 
 # *map:* A map tool (named b6m and written in Shell Scripting using OpenStreetMaps) to see the position of all network nodes and how are they connected. 
 # *internet detect:* A tool (named gwck) written in Shell Script which is monitoring if the node is connected to internet, in this case it modifies all needed things to share it with the whole network. 

 h2. Get the firmware 

 Get the code using wget 

 <code class="bash">wget -c -q -O - "http://qmp.cat/gitrevision_download?project_id=7&rev=anonymous" | tar zxvf -</code> 

 Or get the code using git 

 <code class="bash">git clone git://qmp.cat/qmpfw.git qmpfw</code> 

 Then enter to diectory 

 <code class="bash">cd qmpfw</code> 

 And compile it 

 <code class="bash">make T=alix build</code> 

 You can find available targets executing 

 <code class="bash">make list_targets</code> 

 After that, you will find the images ready to install in your devices inside directory images/ 

 h2. Contributions 

 The main part of this project has been freely contributed by a bunch of wireless enthusiast, but in the year 2011 it has been partially funded by Funació PuntCat. 

 h2. Contact 

 * e-mail: info_at_qmp.cat 
 * Users mailing list: https://mail.qmp.cat/cgi-bin/mailman/listinfo/qmp-users 
 * Developers mailing list: https://mail.qmp.cat/cgi-bin/mailman/listinfo/qmp-dev 

 <pre>              
                  __ _    /\/\    _ __   
                 / _` |/      \| '_ \  
                | (_| / /\/\ \ |_) | 
                 \__, \/      \/ .__/  
                    |_|        |_|     
                                   
                  quick MESH project 
 </pre>