- 19 Apr, 2018 2 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
not. There is a way to have javascript give us some indication if the clients browser has access to the greater internet or not. This would allow the map webpage to either pull it's local resources or to use resources from the internet. For 1 you can get better Map layers if the client has internet access, and why pull data over the mesh if we do not have to?
-
- 16 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
Added "ini_set('memory_limit', '128M') to get-map-info and map_display. If you have a large network, you may need to increase the amount of memory needed. 128M should be more than enough in most cases, unless you have a "Mega Mesh" like N2MH does. :) Added "last_seen" info to the station popups (map_functions.inc) Also added (hopefully) a catch in get-map-info to find a "stalled" node polling run. Sometimes the node polling portion of the script never completes and it never gets a chance to unset the "currently_running" bit in the database. There is now a check so that if the "currently_running" bit is 1 and the time the script last polled the node is greater than 3 * the "node_polling_interval" (from the ini file), then the script will just go out and poll the nodes as normal. If it completes, it will unset the "currently_running" bit and will update the timestamp. These changes have all been suggested by N2MH. Thanks Mark! I finally got to it!
-
- 14 Apr, 2018 17 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
There is now a new file: "custom.inc" that can allow the user to make site specific overrides, keep sql passwords out of the main ini file, etc... This is completely optional and not required. The file may even be safely deleted if wanted. Also some typo fixing in the README file.
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
just changed the output of get-map-info --help a little bit.
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
you can actually use --help, --h, -help, -h, /?, or ? to get the usage info now.
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
See previous commit comments
-
Eric - kg6wxc authored
Removed user-edited files so they do not get overwritten when updating the scripts. The user-edited files are now contained in the user-file.tar.gz archive. Once decompressed they will not be effected by future "git pull" operations. Made changes to how the scripts find the included files, the whole thing can now just live in one directory, allowing for easier future updates. Added http-meshmap.conf file to plug in to apache configs. This allows the <WEBROOT>/meshmap directory to live virtually anywhere on the filesystem. Updated README file to reflect these new instructions.
-
- 10 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
creation
-
- 08 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
The array that was fixed for PHP 7.2.3 was not fixed right. This resulted in missing/inaccurate info in the station pop-ups. Part of the array was reinitializing when it should not have, since it was already created at that point. a pretty simple if (is_array()) { ... }else { ... } fixes it.
-
- 07 Apr, 2018 6 commits
-
-
Eric - kg6wxc authored
stuff :) )
-
Eric - kg6wxc authored
Conflicts: scripts/get-map-info.php
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
- 05 Apr, 2018 1 commit
-
-
Eric - kg6wxc authored
-
- 29 Mar, 2018 3 commits
-
-
ride authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
also block access to the scripts directory. working on making the install simpler, clone the directory and go (almost) :)
-
- 28 Mar, 2018 4 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
- 26 Mar, 2018 4 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-