Skip to content

ffgtso/meshviewer

 
 

Repository files navigation

Meshviewer

Build Status Release Scrutinizer Code Quality License: AGPL v3

Meshviewer is an online visualization app to represent nodes and links on a map for Freifunk open mesh network.

** This is a fork of https://github.com/ffrgb/meshviewer with some adjustments **

Installation

This fork of the new meshviewer has a new installation method:

  • Go to the release page and download the current build
  • Let your webserver serve this build
  • Add a config.json to the webdir (based on config.json.example)

Build yourself

  • Clone this repository
  • Run npm install
  • Run npm run build
  • A production build will be in /build

Configuration

The configuration documentation is nowhere near finished.

Deprecation Warning

The deprecation warning can be turned of with "deprecation_enabled": false - but we wouldn't suggest it.

You can insert your own HTML into the deprecation warning via "deprecation_text":"".

Packages

No packages published

Languages

  • JavaScript 80.5%
  • SCSS 18.2%
  • HTML 1.3%