Compare commits

...

2 Commits

Author SHA1 Message Date
ebbc0ddf09
matrix: add org.matrix.appservice-irc.config/README.md
Resolves: #44
2022-09-10 23:25:58 +03:00
10f7dce2e7
wifi/README.md: what I want from a WiFi AP
Resolves: #46
2022-09-10 22:56:17 +03:00
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# `org.matrix.appservice-irc.config`
Also known as IRC bridge configuration, [upstream documentation](https://github.com/matrix-org/matrix-appservice-irc/blob/develop/docs/room_configuration.md)
```json
{
"allowUnconnectedMatrixUsers": true
}
```
Another option would be `"lineLimit": 5` or whatever to configure at what point
the automatic pastebinning hits. Default is 3.

22
wifi/README.md Normal file
View File

@ -0,0 +1,22 @@
# Requirements for WiFi devices
I am considering getting a 5G (mobile network) capable one, but as none
satisfies my requirements, I might as well write them here for reference
when looking at options.
* WPA3 support as certification began in 2018 already.
* WPA2/WPA3 Transitional mode
* WiFi Enhanced Open (OWE) transition mode would be nice
* Multiple SSIDs (including OWE/transition)
* Transmit power control to set it to low
* 2.4 GHz / 5 GHz dualband (should be obvious in 2022)
* Ability to set same SSID for both (looking at you Huawei)
* Quality of Service (QoS)
## See also
* [Apple: Recommended settings for Wi-Fi routers and access points](https://support.apple.com/HT202068)
* [EFF: Open Wireless Movement](https://openwireless.org/)
* [Metis: 8 reasons to turn down the transmit power of your Wi-Fi](https://metis.fi/en/2017/10/txpower/)
* [Metis: Increase your cell phone battery life with a small change in the Wi-Fi network](https://metis.fi/en/2018/05/dtim-en/)
* > Buried deep in the advanced settings of the Wi-Fi access point there is a setting with a friendly title like DTIM Interval or DTIM Period. The default setting is typically one. Change it to three, five or slightly larger, but dont go over ten. Often you can set it separately for 2.4GHz and 5GHz, but use the same value for both. This is the short answer. Read on to find out what this is all about.