I have a Rust server with Actix. As clients I use Raspberrys (Raspberry Pi OS with chromium). How can the Raspberrys find the server automatically on any network?
The end user should only have to start the server program and the Raspberrys and not configure anything.
Thanks a lot!