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 **
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)
- Clone this repository
- Run
npm install
- Run
npm run build
- A production build will be in /build
The configuration documentation is nowhere near finished.
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":""
.