Skip to content

Commit

Permalink
updates, OWM is back
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumpaet committed Apr 12, 2021
1 parent e9aa95e commit 898e517
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ https://hopglass.berlin.freifunk.net

...runs an instance of HopGlass
https://github.com/plumpudding/hopglass
as our primary map.
that gets its data from the openwifimap backend.
The OWM data is converted to ffmap/hopglass format using
a simple converter (found in owm2ffmap/).
The OWM backend is running on the same server, so owm2ffmap
just parses its data directory.
There's old code that could fetch the OWM data from remote as
well.

The OWM-script (see freifunk-berlin/packages) on the node uploads the data via util.berlin.freifunk.net to store them in a local folder.
In case you wonder, node info ends up in OWM since the
OWM script (see freifunk-berlin/packages) on the node
uploads the data via api.openwifimap.net or
util.berlin.freifunk.net about every hour.

See
https://wiki.freifunk.net/Berlin:Server#hopglass.berlin.freifunk.net
for server details and further links.
5 changes: 5 additions & 0 deletions www/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
}
],
"nodeInfos": [
{
"name" : "OpenWifiMap",
"href" : "https://util.berlin.freifunk.net/knoteninfo?knoten={NODE_ID}&typ=owm",
"caption" : "{NODE_ID} auf openwifimap.net"
},
{
"name" : "monitor.berlin.freifunk.net",
"href" : "https://util.berlin.freifunk.net/knoteninfo?knoten={NODE_ID}&typ=monitor",
Expand Down

0 comments on commit 898e517

Please sign in to comment.