client can connect to provider and download an image.

Updated network component to add get mac address
This commit is contained in:
2026-03-28 14:59:49 -04:00
parent 46d1ab6358
commit 2ced2f0b0a
10 changed files with 229 additions and 14 deletions
+23
View File
@@ -0,0 +1,23 @@
menu "Calendink Client"
config CALENDINK_PROVIDER_MDNS_HOSTNAME
string "Provider mDNS Hostname"
default "calendink"
help
The mDNS hostname of the Provider device.
The Client resolves <hostname>.local to find the Provider IP.
config CALENDINK_PROVIDER_PORT
int "Provider HTTP Port"
default 80
help
The HTTP port of the Calendink Provider device.
config CALENDINK_PROVIDER_FALLBACK_IP
string "Provider Fallback IP (if mDNS fails)"
default ""
help
Static IP to use if mDNS resolution fails.
Leave empty to disable fallback.
endmenu