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

AP mode enhancements #326

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Conversation

goatzillax
Copy link
Contributor

These patches implement most of items from #317

  • BusyBox: build NTPD server, dumpleases, UDHCPD early write leases
  • S49ntpd launches ntpd as a listener to serve time in AP mode
  • S42wifiap adds own hostname to dnsd hosts lookup and moves file to /tmp
  • udhcpd-ap.conf points notify_file to hosts-update which will update the dnsd hosts file on leases

The only thing I'm missing is the restart of dnsd from the hosts-update script. It kind of seems like dnsd should go into its own init file...

goatzillax and others added 5 commits November 19, 2024 18:21
Enable dumpleases, early udhcpd lease writeout, and ntpd server
for use in self-hosted AP mode.
This is in the remote use case where you have N number of cameras and any
one of them can be switched into AP mode for the others to connect to, but
it will resolve to the same hostname so scripting, etc. is maintained.
@themactep themactep merged commit 99e314d into themactep:master Nov 20, 2024
1 check passed
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.

2 participants