Tim Wilkinson
954cd70ebf
Powerbeam 5AC 400 support ( #765 )
...
* Support PowerBeam 5AC 400
* Supported info
2023-03-26 23:00:28 -04:00
Tim Wilkinson
5657bfcdf8
Dont let services uses hostname which are not propagated.
...
OLSR doesnt allow this.
2023-03-26 22:37:43 -04:00
Tim Wilkinson
25adaa07cb
Typo
2023-03-26 22:35:58 -04:00
Tim Wilkinson
2e64928bfa
Support for LiteBeam AC / LiteAP AC
2023-03-26 22:35:58 -04:00
Tim Wilkinson
79a5880b21
Improve ipFromCIDR function to handle /32 cidrs.
...
Unlike any other /X suffix, the /32 is omitted when turned into a string.
2023-03-26 22:33:34 -04:00
Tim Wilkinson
6aee2e1305
Block DHCP server traffic from every going to the WAN interface
2023-03-23 23:06:42 -04:00
Tim Wilkinson
72dd3ae1d2
Add SKUs ( #756 )
2023-03-20 19:36:36 -05:00
Tim Wilkinson
51878e2b32
Stop RETURN from refreshing the mesh page
...
When people are using the filters on the mesh page, they sometimes
hit RETURN. This submit the page (which is a form) causing the page
to reload, lossing the filter, and as a side effect, setting the page
to auto-refresh.
2023-03-16 16:08:55 -04:00
Tim Wilkinson
dd0cc3ba2e
Validate state of services over a period of time before disabling advertisements ( #751 )
...
* Track validation state of hosts and services. Only remove a host/service if it fails multiple times in a row.
* Let new addresses/services be valid for a while regardless
* Initially unknown addresses will be valid for a while
* Reset validation state when services updated
2023-03-16 16:02:08 -04:00
Tim Wilkinson
0e270a2a14
Fix support for lhgg-5acd-xl
2023-03-13 21:32:15 -04:00
Tim Wilkinson
21115f732d
Support forced upgrades ( #745 )
...
* Support force upgrades
* update UI with warning for unsafe upgrades
* Ignore the device check when in dangerous mode
2023-03-10 15:39:23 -08:00
Tim Wilkinson
692fc8e8c9
Improve error reporting when server is busy/disabled
2023-03-07 07:57:26 -08:00
Tim Wilkinson
0f7a9d9707
Various devices tested by K3PGM
2023-03-05 22:08:55 -08:00
Tim Wilkinson
cf40826c17
Fix upgrade compatibility
...
Add -16 variant
2023-03-05 20:11:09 -08:00
Tim Wilkinson
3fa0afbfc2
Added nanobeam-m5-19 ( #739 )
...
* Added nanobeam-m5-19
* Move patch to 7xx series
2023-03-04 06:47:25 -08:00
Tim Wilkinson
7ad850db3b
Bullet M5 works
2023-02-26 22:09:16 -08:00
Tim Wilkinson
d1dba1f689
More upgrade compatibility
2023-02-22 21:29:28 -08:00
Tim Wilkinson
95f3cfe75a
Fix service alignments
2023-02-21 17:49:10 -08:00
Tim Wilkinson
e284ff98e2
Move the unconfigued setup earlier
...
Fixes bad band label display on first boot
2023-02-21 17:46:43 -08:00
Tim Wilkinson
6a27a8fb28
Add GL.iNet GL-AR750S "Slate"
2023-02-20 12:09:12 -08:00
Tim Wilkinson
4763c4d149
Fix AP mode selection when turning mesh back on.
2023-02-20 12:05:39 -08:00
Tim Wilkinson
e728e30aaf
Handle system upgrade files of type "nand-sysupgrade"
2023-02-20 12:03:01 -08:00
ab7pa
072c3da550
remove WAN Wifi Client key lower limit
2023-02-20 09:25:35 -08:00
Tim Wilkinson
68f242512b
More fixes for AP mode
...
AP radio isn't always phy1 so handle these cases.
Add in some labels to RF and AP for which bands are in use.
2023-02-19 08:18:32 -08:00
Tim Wilkinson
05d247d15f
Fix rule checking for existing drop rules. ( #719 )
2023-02-17 21:07:39 -08:00
Tim Wilkinson
32e02de328
Fix fccid beacon ( #717 )
2023-02-17 21:06:04 -08:00
Tim Wilkinson
61fa802f80
Fix monitors not detecting non-mesh mode ( #716 )
2023-02-17 21:02:21 -08:00
Tim Wilkinson
741becfefa
Improve AP band selection. ( #718 )
2023-02-17 20:58:51 -08:00
Tim Wilkinson
111858eaba
Mesh Status TxMbps calculation consistency ( #713 )
...
* Fix the bandwidth reporting for ath10k devices
* Use 'iw' for all TxMbps reporting.
As we cannot account for error rates in the ath10k driver, to be consistent
we now use the same system to retrieve tx rates for both ath9k and ath10k.
* Remove unused rate tables
2023-02-15 20:49:33 -08:00
Tim Wilkinson
9ae6e13ee0
Force dnsmasq to update itself if no network changes for > 60secs
...
On small networks there are not a lot of OLSR name changes. While
dnsmasq watches for changes and updates itself, it will sometimes miss
them. On busy networks this doesnt matter as the next change will catch
it up. But on smaller network (esp. test networks) a missed change can
stop name resolution working for some time. So now, if no changes are
detected for > 60 seconds, we force dnsmasq to reload its tables.
2023-02-15 20:21:17 -08:00
Tim Wilkinson
dd00c7b1c3
Fix the bandwidth reporting for ath10k devices
2023-02-15 20:14:53 -08:00
ab7pa
b4df8bd893
add help text for LAN AP channel selection
2023-02-14 21:44:39 -08:00
ab7pa
89500f6c2d
add extended channels to LAN AP list
2023-02-14 21:44:39 -08:00
Tim Wilkinson
214a93367a
Fix AC coverage calculation in driver. ( #710 )
...
For some reason, there was code in the driver to block the setting of
the coverage when a previous setting wasn't a particular value.
It's unclear what this was trying to achieve or prevent, but it stopped AC
devices operating efficiently (by a factor of 10x or more).
2023-02-12 15:50:49 -06:00
Tim Wilkinson
6834271946
Reworked ARP cache ( #707 )
2023-02-11 13:45:04 -06:00
Tim Wilkinson
571dbf6251
Disable RTS by default in ath10k devices 02/11/2023 ( #706 )
2023-02-11 13:44:10 -06:00
Tim Wilkinson
c70a23f7a8
Improve LQM distance management 02/11/2023 ( #705 )
2023-02-11 13:43:36 -06:00
Tim Wilkinson
160345187d
Fix AirRouter port description ( #704 )
2023-02-11 13:42:58 -06:00
Tim Wilkinson
062ffb3521
Normalize the case of the macs and node names ( #700 )
2023-02-11 13:42:03 -06:00
Brett T. Warden
8f4e05030e
Use luci's urldecode_params to handle query string ( #703 )
2023-02-10 11:19:09 -06:00
Tim Wilkinson
2ae6a61630
More consistant way to provide interface mac address in overrides ( #698 )
2023-02-07 21:57:20 -06:00
Tim Wilkinson
5d2894e4c8
Propose adding copy of release notes to repo ( #696 )
2023-02-07 21:42:55 -06:00
Tim Wilkinson
bf229b02b5
Tiny build notes
2023-02-03 09:57:24 -10:00
Tim Wilkinson
6f384760e8
A few more devices tested and stable ( #693 )
2023-02-03 13:42:30 -06:00
Tim Wilkinson
863d098554
Filter even earlier
2023-02-03 09:39:28 -10:00
Tim Wilkinson
eefcc888dc
Filter out non-routable ARP entries which confuse LQM
2023-02-03 09:39:28 -10:00
Tim Wilkinson
e515ed7ec6
Provide a timeout on the iperf client.
...
This cryptic bit of shell script adds a maximum timeout for the iperf client
to run as it appears it can get stuck occasionally. The server has a built-in
timeout (not available in client mode)
2023-02-03 08:17:49 -10:00
Tim Wilkinson
0049535b96
Update supported devices ( #689 )
2023-01-31 14:46:33 -06:00
Tim Wilkinson
0b4373204e
Fix AirRouter ( #687 )
2023-01-30 15:16:35 -06:00
Tim Wilkinson
edda18da98
Add QRT5 support ( #688 )
2023-01-29 21:22:53 -06:00