Skip to content
Discussion options

You must be logged in to vote

zeroconf 0.150.0 is now supported on Android and iOS: https://pypi.flet.dev/zeroconf

zeroconf gives your Flet app mDNS service discovery and advertising (the protocol behind AirPlay/Chromecast/HomeAssistant device discovery) — find services on the local Wi-Fi, and/or announce your app so others can find it. Fully offline: it talks only to the local network, no internet needed.

Installation

Just add zeroconf to your dependencies. On Android you'll also want pyjnius (see why below):

[project]
dependencies = ["flet", "zeroconf"]

[tool.flet.android]
dependencies = ["pyjnius"]

[tool.flet.android.permission]
"android.permission.CHANGE_WIFI_MULTICAST_STATE" = true
"android.permission.ACCESS_NE…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ndonkoHenri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants