0

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!

nino
  • 1
  • 1
    That doesn't seem to have anything to do with rust. Assuming the server and clients are on the same network, you probably want network service discovery, something like zeroconf or upnp (DLNA). If they're *not* on the same network then you almost certainly need a known central authority. – Masklinn Jun 22 '23 at 10:25

0 Answers0