Giter Club home page Giter Club logo

libremap-webui's Introduction

LibreMap

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.

Goals of LibreMap:

  • 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.

Set up your own LibreMap website

Requirements

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

Installation

  1. Clone the repo: git clone [email protected]:libremap/libremap-webui.git and change to the repo dir: cd libremap-webui.
  2. Download dependencies: npm install and bower install.
  3. Copy config.json.example to config.json and configure your LibreMap API URL there. If you don't have your own LibreMap API you can use an existing one, for example http://libremap.net/api.
  4. Run grunt and open http://127.0.0.1:9000 in your browser.
  5. Deployment: you have 2 options:
    1. Make the files under build available with an HTTP server of your choice.
    2. Use a CouchDB server (recommended if you also run your own LibreMap API):
      1. Copy couch.json.example to couch.json and configure your CouchDB server there.
      2. Push the webui design document to your CouchDB server (for example the dev target in couch.json) by running grunt push --couch dev.

Bugs and feature requests

Please use the issues tracker if you found a bug or have an idea how to improve LibreMap!

Contact

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!

License

LibreMap is licensed under GPL3.

libremap-webui's People

Contributors

nicoechaniz avatar

Watchers

James Cloos avatar J. Esaú Romano Rodríguez avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.