From 167a0cbafaf294393ad7c498fbbd982c6c3969fb Mon Sep 17 00:00:00 2001 From: Roland Volkmann <roland.volkmann@t-online.de> Date: Mon, 26 Dec 2016 22:18:05 +0100 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..71a9392 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Gluon-Packages +Additional Gluon-Packages for Freifunk-Stuttgart (Development Versions only). +The official Packages can be found on "https://github.com/freifunk-stuttgart" + + +ffs-lowmem-patches: +Adopted patch from Freifunk Rhein-Neckar (FFRN) to reduce memory consumption on nodes with less than 40 MB RAM +by disabling "haveged" in non-config mode. + +ffs-set-segment: +Nodes will get information on assigned segment number (subnet) by special DNS-Request based on node-id and first +part of public fastd key to avoid trial an error of fastd-connection process. Result of DNS-Request is dummy IPv6 +with segment number in last field. Originally all 90 peer entries (10 Gateways x 9 Segments) must be tried out until +match is found, resulting in very long setup/connecting time. + +gluon-config-mode-zip: +Additional field for zip code on location page in config mode. Information is set to nodeinfo.location and will be +available by respondd and/or alfred. -- GitLab