Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Networking fixes #683

Closed
wants to merge 0 commits into from
Closed

Networking fixes #683

wants to merge 0 commits into from

Conversation

mairas
Copy link
Collaborator

@mairas mairas commented Mar 8, 2024

Fix a few networking issues. Raspberry Pi OS Bookworm NetworkManager creates hotspot APs that only use WPA encryption. That's not great, but turns out properly fixing that on the Pi is a lot of work. So, I bit the bullet and lowered the encryption requirement to WPA.

Some Json buffers were increased in LambdaTransform to prevent buffer overflows.

The WiFi watchdog is now optional and set in SensESPAppBuilder.

HTTPDigestAuthentication is not used for requests on the softAP interface - it interferes with the captive portal operation.

Cleanup: Configurable description and sort_order are never provided as child class args. There are setter methods for that.

Cleanup: Redundant *T and *Template classnames were fixed. This is a backwards incompatible change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant