{"id":31712159,"url":"https://github.com/freifunk/meshviewer","last_synced_at":"2026-04-02T23:08:31.032Z","repository":{"id":65240569,"uuid":"254957274","full_name":"freifunk/meshviewer","owner":"freifunk","description":"Visualization for Freifunk open mesh network nodes","archived":false,"fork":false,"pushed_at":"2025-10-07T02:27:54.000Z","size":4951,"stargazers_count":12,"open_issues_count":20,"forks_count":21,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-10-07T04:22:49.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ffrgb/meshviewer","license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freifunk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-11T21:19:24.000Z","updated_at":"2025-10-07T02:26:45.000Z","dependencies_parsed_at":"2023-09-17T07:56:34.798Z","dependency_job_id":"1ace79b7-b3dc-425d-938a-7150b5631063","html_url":"https://github.com/freifunk/meshviewer","commit_stats":null,"previous_names":["freifunk/meshviewer"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/freifunk/meshviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Fmeshviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Fmeshviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Fmeshviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Fmeshviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freifunk","download_url":"https://codeload.github.com/freifunk/meshviewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freifunk%2Fmeshviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000729,"owners_count":26082894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T01:01:01.774Z","updated_at":"2026-04-02T23:08:31.016Z","avatar_url":"https://github.com/freifunk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meshviewer\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/freifunk/meshviewer/build-meshviewer.yml?branch=main\u0026style=flat-square)](https://github.com/freifunk/meshviewer/actions?query=workflow%3A%22Build+Meshviewer%22)\n[![Release](https://img.shields.io/github/v/release/freifunk/meshviewer?style=flat-square)](https://github.com/freifunk/meshviewer/releases)\n[![License: AGPL v3](https://img.shields.io/github/license/freifunk/meshviewer.svg?style=flat-square)](https://www.gnu.org/licenses/agpl-3.0)\n\nMeshviewer is an online visualization app to represent nodes and links on a map for Freifunk open mesh network.\n\n## Installation\n\nIt is recommended to use the latest release:\n\n- Go to the [release page](https://github.com/freifunk/meshviewer/releases) and download the current build\n- Let your webserver serve this build\n- Add a config.json to the webdir (based on config.example.json)\n\n## Docker Deployment\n\nUsing the GitHub Container Registry (GHCR) you can get the latest dockerized release with `docker compose`.\n\nPut your config.json into the public folder and run the following to deploy a meshviewer:\n\n```\ndocker compose pull\ndocker compose up -d\n```\n\nThe map is reachable at [localhost:8080](http://localhost:8080).\n\nHint: Instead of the latest release `ghcr.io/freifunk/meshviewer:latest` one can also use version tags for a specific version or `main` for the latest unreleased commits.\n\n## Configuration\n\nThe [configuration documentation](CONFIGURATION.md) is nowhere near finished. Please open a PR to add the missing pieces.\n\n## Development \u0026 Building\n\nTo contribute to the project by developing new features, have a look at our [development documentation](DEVELOPMENT.md).\nThis also includes instructions on building this project.\n\n## History\n\nMeshviewer started as [ffnord/meshviewer](https://github.com/ffnord/meshviewer) for Freifunk Nord\nwhich was extended as [hopglass/hopglass](https://github.com/hopglass/hopglass)\nand further expanded by Freifunk Regensburg as [ffrgb/meshviewer](https://github.com/ffrgb/meshviewer).\nAfter maintenance stopped, Freifunk Frankfurt took over expanding the code base as [freifunk-ffm/meshviewer](https://github.com/freifunk-ffm/meshviewer)\nand added features like the deprecation warnings.\nIt is now maintained by the Freifunk Org at [freifunk/meshviewer](https://github.com/freifunk/meshviewer).\n\n## Goals\n\nThe goal for this project is to extend Meshviewer, pick off where other forks ended\nand integrate those ideas into a code-base that is easily usable by all Freifunk communities.\nThis also has the benefit that everyone can take advantage of the bundled development resources\nfor implementing new features and fixing bugs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk%2Fmeshviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreifunk%2Fmeshviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreifunk%2Fmeshviewer/lists"}