:wave: I have been working with the kotlin multipl...
# multiplatform
a
👋 I have been working with the kotlin multiplatform and it's been amazing. I am trying to figure out how to connect multiple smartphone over a local network though with one being a server. I can see there is an NDS for android to achieve that but I am not finding any multiplatform library for this feature unfortunately. Should I just try starting a server on a phone and then have other clients scan the network in search for it instead?
so far I did some digging and it looks like local communication protocols are not compatible between ios and android platforms.
it looks like Bonjour can be used for cross-platform discoverability
h
Ktor
d
Ktor does everything you need here? Add in kotlinx.rpc and you're laughing, as they say.