LibreMap is a scalable, global and decentralized router database and map visualization for community networks, such as guifi, Altermundi, FunkFeuer, ninux, freifunk, Commotion... It emerged around the is4cwn by merging the maps of AlterMap (Altermundi) and OpenWiFiMap (freifunk).
LibreMap consists of 2 main parts:
- libremap-webui (this repo!): the HTML5 web app, see libremap.net.
- libremap-api: the CouchDB server design document that exposes the LibreMap API.
- show the state of all community networks, both on a global and local scale.
- decentralized.
- easy to use and extend.
- independent of involved routing protocols and other technical details.
- scale up to global level (>100k routers).
- share open data for community networks.
There's a presentation (slides) from the is4cwn that explains the concept and some details.
You need the following:
- node.js (>= 0.8.0) and its great package manager
npm. - Grunt - can be installed by running:
npm install -g grunt-cli - Bower - can be installed by running
npm install -g bower
- Clone the repo:
git clone [email protected]:libremap/libremap-webui.gitand change to the repo dir:cd libremap-webui. - Download dependencies:
npm installandbower install. - Copy
config.json.exampletoconfig.jsonand configure your LibreMap API URL there. If you don't have your own LibreMap API you can use an existing one, for examplehttp://libremap.net/api. - Run
gruntand openhttp://127.0.0.1:9000in your browser. - Deployment: you have 2 options:
- Make the files under
buildavailable with an HTTP server of your choice. - Use a CouchDB server (recommended if you also run your own LibreMap API):
- Copy
couch.json.exampletocouch.jsonand configure your CouchDB server there. - Push the webui design document to your CouchDB server (for example the
devtarget incouch.json) by runninggrunt push --couch dev.
- Copy
- Make the files under
Please use the issues tracker if you found a bug or have an idea how to improve LibreMap!
LibreMap is maintained by André and Nico. There is a mailing list for questions and discussions about LibreMap, so feel free to drop a line there!
LibreMap is licensed under GPL3.