- 10 Oct, 2018 4 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
- 30 Sep, 2018 4 commits
-
-
-
Eric - kg6wxc authored
the newline was echo'd even in "silent mode" causing unneeded emails from the cronjob. Also removed chage comments from the main files since that info is now in CHANGELOG.md
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
Deleted CHANGELOG
-
- 29 Sep, 2018 4 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
-
- 27 Sep, 2018 2 commits
-
-
Eric - kg6wxc authored
statement typo
-
Eric - kg6wxc authored
default .ini file
-
- 23 Sep, 2018 2 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
wxc_checkOldNodes() function.
-
- 20 Sep, 2018 1 commit
-
-
Eric - kg6wxc authored
coded checks for different versions fo the json file. also included new Mikrotik hap Lite devices.
-
- 24 Jul, 2018 1 commit
-
-
Eric - kg6wxc authored
Autorefresh is back! There is a new button at upper left on the map. (this button can be disabled if needed) Now you can toggle the autorefresh on and off now. It is set to refresh after 10 minutes.
-
- 23 Jul, 2018 1 commit
-
-
Eric - kg6wxc authored
Removed an errant "echo" that would cause output in "silent" mode. When the polling script parsed through the interfaces looking for the wlan MAC address and ip (and the LAN ip) it always had issues with the different versions of the json file on different firmwares. I think this has finally been solved. The polling script should pull the proper info from even a 3.15.1.0 node now and if those nodes have location info they should now appear on the map too. The admins of those devices should be strongly reminded to update!! I mistakenly removed the red and green dot from the status area of the admin page. They are restored now. Parallel node polling will work now, but it is not recommended on large networks, as there is still no control over how many scripts are spawned. Small networks of should be just fine. (this has been tested many times on a network of 20-30 (sometimes 100's) with no issues) Use at your own risk though. New warnings in "Test Mode" to alert when a nodes location has been "fixed" or not. It's very noticable now. Some general clean up/typo fixing and removal of things that were long due for removal. fixed some file attributes. Added some things to be used in the near future but are not done yet. 73
-
- 21 Jul, 2018 4 commits
-
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
Ability to Hide Admin Button
-
Eric - kg6wxc authored
-
Eric - kg6wxc authored
Can change the non mesh markers info without having to recreate now. The polling script can now find the info for some nodes that it could not before, such as firmware 3.15.1.0b4, this was a pleasant side effect of trying to remove some of the bunk entries i nthe database. The polling script will now also try to check and "fix" the database, this is due to changes in the newer AREDN firmwares (anything beyond 3.17RC1) Some of those changes were made by me, just for the map. :) These DB "fixes" also include removing some columns that were no longer and were making the DB much larger than it needs to be, this will also help cut down on the memory footprint when loading the webpage. The numbers at the bottom of the map reflecting nodes and link, should be more accurate now (I hope). The Map legend has been change to use pure HTML5/CSS, the only images are the small circle icons, this may cause issues with very old browsers... Removed some files that were no longer needed or forgetten about.
-
- 21 Jun, 2018 2 commits
-
-
Eric - kg6wxc authored
Whoops! Much better now. Also, changed the bottom attribution layer to better fit on small screens.
-
Eric - kg6wxc authored
This will be refined over time and available to all user if enabled, but for now a quick addition to allow the map to be shown on sbarc.org again.
-
- 17 Jun, 2018 1 commit
-
-
Eric - kg6wxc authored
Fixed the "ignored nodes" check. Nodes and devices that get ignored due to 404/no route to host/connection refused errors, will now be properly, and temporarily skipped over by the polling script.
-
- 10 Jun, 2018 2 commits
-
-
Eric - kg6wxc authored
Discovered how to remove an annoying behaviour of the "Grouped Layers" control. Also fixed a couple other small things so the HTML was proper.
-
Eric - kg6wxc authored
Added 'non-US' 5GHz channel numbers. Device band was determined by channel, 900MHz and 2.4GHz have some of the same channel number and the script had a hard time telling which was which. This has (hopefully) been fixed now. Since there are only 3 AREDN compatible 900MHz devices, it was easier to just find those certain board_id's. This also allowed channel #4 to be added back into the list for 2.4GHz. (yes it was a hack but mostly worked :) ) Additionally, I've been trying to optimize the map_function.inc file. A couple of the functions in that file consume 90%+ of the time it takes to render the webpage. (load_LinkedTO() is a beast!) On the cloud server this can sometimes completely stall the script(s) and fail to load the page at all.
-
- 09 Jun, 2018 1 commit
-
-
Eric - kg6wxc authored
Added *all* the 5GHz channels.
-
- 08 Jun, 2018 1 commit
-
-
Eric - kg6wxc authored
I missed a channel on 5GHz for when the script tries to determine which icon to create for the node.
-
- 05 Jun, 2018 1 commit
-
-
Eric - kg6wxc authored
just removed a / in a path to make it less confusing.
-
- 30 May, 2018 1 commit
-
-
Eric - kg6wxc authored
Fixed export2csv to deal with the json data better. I still cannot get the exported CSV file to cleanly import back into SQL, but it's *way* better than it was before. Still working on this. admin-default.css has had the header are set to fixed height. Hopefully things will be visiable for all browsers/screens now. Also updates to the readme file from earlier.
-
- 29 May, 2018 1 commit
-
-
Eric - kg6wxc authored
Fixed typo in README and added info about mysqlnd requirement (mysqlnd requirement may be eliminated in the future, but for now it is needed) Hacked L.Control.SlideMenu to show another "close" link at the bottom of the text instead of just at the top.
-
- 28 May, 2018 2 commits
-
-
Eric - kg6wxc authored
Added a "Back to Map" link on the admin interface page(s) Moved the sizing for map div to the css file. Added rounding to the zoom level in the URL.
-
Eric - kg6wxc authored
Fixed an important typo in README.md and README.html
-
- 24 May, 2018 3 commits
-
-
Eric - kg6wxc authored
Removed a "/n" from a java pop up alert. Not sure why I thought that would work... fixed now
-
Eric - kg6wxc authored
(I knew I would miss something!!) Missed removing a deleted column from the sql query. Also changed some comments on a function in wxc_function file.
-
Eric - kg6wxc authored
Finally finished a rough version of some admin pages that allow for maintenance of the DB, fixing node locations, removing nodes, etc... Username/Password is required to use the admin pages. You must create an intial user/password. When you first load the admin page it will ask you to create an initial user. This initial user is a "super user" and will be able to create other users. (more info is on the admin pages themselves) Fixed a stupid mistake in export2csv.php. Rearranged the columns in the node_info datebase which make the data more readable when exported as CSV file. Removed old DB columns that were now unused. Changed the *.css-default file(s) to *-default.css so that IE will use them without complaints. More than a few other little changes here and there...
-
- 07 May, 2018 1 commit
-
-
Eric - kg6wxc authored
The check for internet access was using a POST variable to tell the page if the client had access to the internet or not (it just tries to get favicon.ico from google). The problem with POST was that every time you refreshed the page, the POST variable had to be resent, usually resulting in a dialog box from the browser ("Do you want to resend this info?") This drove me crazy, I could not stand that dialog box. The check for internet access has been changed to use a cookie. The cookie contains 1 item and expires after 30 minutes. So after 30 minutes, the page will recheck for internet access and act accordingly. There is also a small change to the check for user-settings.ini. The README.md/html files were slightly updated as well.
-
- 04 May, 2018 1 commit
-
-
Eric - kg6wxc authored
Due to commit before this I also noticed non-nodes were being put into the database. There were over a 100 in my database alone. These are most likely non-node devices and will never be able to be mapped. Initially, I opted for a "save and recheck" style of polling, in the hopes that something was just missed and it would get picked up later. This is not the case and over time I think can see what is happening. added a check in get-map-info.php to try and skip these devices if we reach one, and due to that change, the numbers of shown and not show node and links at the bottom right of the map is more accuate now (I hope). 73
-