AE6XE
38209b0af2
bugfix: snrlog better handle neighbor references from mac to ip to hostname
2015-12-30 17:57:49 -08:00
Conrad Lara - KG6JEI
2dfc911df7
Merge branch 'release-3.15.1.0' into develop
...
Conflicts:
files/www/cgi-bin/mesh
2015-12-22 08:45:09 -08:00
AE6XE
265d2eb196
feature: enhance snrlog to squareLine, local TZ, fix test condition
2015-12-15 22:45:29 -08:00
AE6XE
d33726e893
bugfix: resolved rssi shift condition that needed a noise floor calibration
2015-12-14 21:44:08 -08:00
AE6XE
ad856844bf
feature: enhance snrlog to handle neigbors dropping in and out and leaving mesh
2015-12-14 20:55:07 -08:00
AE6XE
6903476f02
feature: snrlog updates to handle host name change and lack of hostname or ip info
2015-12-11 10:25:38 -08:00
Darryl Quinn
62ba6daf75
bugfix: display correct month
2015-12-11 01:04:34 -06:00
Darryl Quinn
43565d714e
updated snrlog for multi devices
2015-12-10 11:17:03 -06:00
Darryl Quinn
833dedd8fa
changed the filename that snrlog cron job creates
2015-12-09 17:20:16 -06:00
AE6XE
8c3c436cb7
bugfix: rssi_monitor fails if node goes deaf in first 12 min after startup, trigger on abnormal increases.
2015-12-08 22:06:55 -08:00
Conrad Lara - KG6JEI
a489928fc6
bugfix: sortable wscan was removed during previous merge.
...
During a previous merge the sortable code for wscan was accidentally removed.
2015-11-23 19:58:37 -08:00
Conrad Lara - KG6JEI
48cb37bd05
Merge branch 'release-3.15.1.0' into develop
...
Merging in latest release-3.15.1.0 changes into develop to provide a foundation with recent release fixes for the develop branch.
This should be 3.15.1.0b03 code.
Conflicts:
files/etc/crontabs/root
files/usr/local/bin/wscan
files/www/cgi-bin/sysinfo.json
2015-11-15 19:28:56 -08:00
Conrad Lara - KG6JEI
854a536629
bugfix: Settings set to 0(off/disabled) are not copied over during OTA.
...
Some settings would not copy correctly and would fall back to the config default due to faulty if checks logic when the value was set to 0 ending up in if(0) checks.
2015-11-15 10:59:17 -08:00
AE6XE
79bf05f7d9
bugfix: rssi_monitor log file size trim calculation error
2015-11-02 22:15:22 -08:00
AE6XE
8cd8e07885
bugfix: deaf chain workaround
2015-11-01 18:33:05 -08:00
Conrad Lara - KG6JEI
a200f49a37
bugfix: Better handle AP detection.
...
All devices that respond to an iw scan will be AP's or ADHOCS.
All adhoc devices need to have the adhoc designator so if we don't see this we know its an AP.
2015-09-04 22:19:53 -07:00
Conrad Lara - KG6JEI
c7bde9712a
bugfix: station listing includes nodes that have not been seen for some time
...
Also resolves the "0" signal strength as nodes that have not been seen in long time show up as a 0 for signal.
This is a regression of the issues seen on the iw scan but in this case applies to station dump which we have not used before.
2015-09-04 22:11:00 -07:00
Conrad Lara - KG6JEI
ba3f3b9b16
bugfix: initialize lastseen variable before first use.
2015-09-04 21:38:44 -07:00
Conrad Lara - KG6JEI
0f8b82e074
bugfix: regression: Networks not seen in long time show up in scan
...
commit d0bbeae66b
introduced a regression previously fixed in commit 9aec7e019b
Resolves regression
2015-09-04 20:48:17 -07:00
AE6XE
d0bbeae66b
bugfix: wscan - show 3ghz freq instead of channels, fix blank mode fields
2015-08-28 19:44:54 -07:00
Darryl Quinn
b9ce490a3c
changed maxlines to capture 2days worth of data
2015-08-10 18:25:55 -05:00
Darryl Quinn
3cd84b3dfc
bugfix: wrong syntax for iw
2015-08-05 13:40:45 -05:00
Darryl Quinn
9b2e95238c
fixed realtime charts
2015-07-28 16:16:01 -05:00
Darryl Quinn
3ae86c67ec
feature: signal charts
2015-07-26 23:09:34 -05:00
Conrad Lara - KG6JEI
108e05088b
bugfix: Add max power level tracking control for per channel power on devices
...
Mainly relates to TP-Link devices which have a roving power level programmed into the hardware.
The datasheets for the hardware may say higher power but the chip has been programmed to not go above these values.
2015-07-20 23:30:49 -07:00
Conrad Lara - KG6JEI
9aec7e019b
bugfix: regression: Networks that have not been seen in long time still show up in wifi scan.
...
Regression of changeset:e34b7fcee49c3e2b7eb35aa4fb44b6abdc78b3ad/aredn_ar71xx
Having moved to iw for iwinfo we have a regression previous commit.
Restore fix that if not seen after 10 seconds signal drops from display.
2015-07-19 23:34:06 -07:00
Conrad Lara - KG6JEI
661dc23e18
bugfix: wscan does not show channels sometimes.
...
We should of used the freq: field, not sure why I did not use it to begin with.
Corrected and added a small function to convert from frequency to channel.
2015-07-19 23:22:45 -07:00
AE6XE
2613a8507c
bugfix: wscan bogus hostname lookup when multiple entries in arp table
2015-07-19 18:53:50 -07:00
AE6XE
9294e790eb
bugfix: AREDN->ticket:132 show AREDN networks on other channels fixed
2015-07-15 19:27:06 -07:00
Conrad Lara - KG6JEI
3576a2c00b
Merge branch 'RemoveIWINFOCalls' into release-3.15.1.0
...
Move from iwinfo to iw where possible
Discovered while discussing another issue about ssid's
ref AREDN->ticket:132
2015-07-09 21:05:14 -07:00
Conrad Lara - KG6JEI
51272c37df
bugfix: migrate wscan from iwinfo to iw due to new rf channels and iwinfo issues
2015-07-09 20:58:32 -07:00
Darryl Quinn
3872261893
Revert "bugfix: define tun hostname for olsrd"
...
This reverts commit d4f6aea68e
.
2015-07-07 21:31:24 -05:00
Conrad Lara - KG6JEI
f96dd0d49d
Merge branch 'release-3.15.1.0' into develop
...
Early merge of 3.15.1.0 into develop due to a large number of code changes in the release branch.
Will merge again in the future when the branch is closed but want to pull in changes now from release.
2015-07-06 11:19:17 -07:00
Darryl Quinn
d4f6aea68e
bugfix: define tun hostname for olsrd
2015-06-29 20:07:01 -05:00
Conrad Lara - KG6JEI
ee90c366aa
bugfix: The 'hack' we have been using to set RF chain has been discontinued.
...
Trying to registry over-write the antenna setting has never been a good idea in the first place.
The hardware fully handles antenna selection without forcing it already.
ref AREDN->ticket:120
2015-06-18 18:57:04 -07:00
AE6XE
177f831e14
bugfix: tunnel firewall rules update for Barrier Breaker chain rename
2015-06-15 22:10:21 -07:00
AE6XE
3429462627
fixes AREDN->ticket:112 wifi scan improperly sorted by signal strength
2015-06-09 21:51:52 -07:00
Darryl Quinn
0472e30333
feature: sortable columns in wifi scan
2015-06-09 23:39:10 -05:00
AE6XE
f610c58b82
BUGFIX: tunnel firewall to behave same as dtdlink part 2
2015-05-24 15:57:44 -07:00
AE6XE
15f8792001
BUGFIX: tunnel firewall to work same as dtdlink
2015-05-24 15:55:27 -07:00
Conrad Lara - KG6JEI
fbb98d0539
bugfix: firewall rules not being written by node-setup
...
When calling uci commit the file gets overwritten and as such the additional file lines are discarded because the active /etc/config/firewall is diffrent than the open file.
Use the uci commit further down in node setup.
2015-05-24 11:36:15 -07:00
Conrad Lara - KG6JEI
994c4948d1
bugfix: get_boardid : echo should be a cat
2015-05-09 23:04:54 -07:00
Darryl Quinn
c26b5fd992
Merge branch 'tunnel_mainline' into develop
2015-05-07 19:25:14 -05:00
Darryl Quinn
f9f046f111
dynamic integration of tun interfaces with olsrd
2015-05-06 23:46:25 -05:00
Conrad Lara - KG6JEI
2af1e3e0c3
ar71xx: Copy get_model to get_boardid and modify to return a boardid
...
When model exiss that has a boardid in EEPROM it will return from there, otherwise it returns the model as chosen by ar71xx
2015-05-05 16:18:24 -07:00
Conrad Lara - KG6JEI
a1ce01044d
feature: Add Disable Default Route checkbox to Lan box
...
Allows users to disable publishing 0.0.0.0/0 (all/internet) route via DHCP.
2015-04-29 23:18:09 -07:00
Darryl Quinn
dec3eeeb47
Merge commit '88037845309b311901a590ca2a2b91adbd79bfc0' into tunnel_mainline
2015-04-15 21:09:32 -05:00
Conrad Lara - KG6JEI
2917bb0f4b
Prep work for switching to procd olsrd-config will be called for both IPv4 and IPv6 executions.
...
Since we are not writing for IPv6 yet we exit early in the process.
2015-04-12 20:27:55 -07:00
Darryl Quinn
7695dcdc4c
Merge branch 'develop' into tunnel_mainline
2015-04-10 17:42:21 -05:00
AE6XE
56749d19ff
Merge branch 'wscan' into develop
2015-04-09 20:43:04 -07:00