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.git
and change to the repo dir:cd libremap-webui
. - Download dependencies:
npm install
andbower install
. - Copy
config.json.example
toconfig.json
and 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
grunt
and openhttp://127.0.0.1:9000
in your browser. - Deployment: you have 2 options:
- Make the files under
build
available with an HTTP server of your choice. - Use a CouchDB server (recommended if you also run your own LibreMap API):
- Copy
couch.json.example
tocouch.json
and configure your CouchDB server there. - Push the webui design document to your CouchDB server (for example the
dev
target 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.