bantucracy / ayanda

Android Library to discover nearby devices Offline
https://sabelo.mhlambi.com/projects/ayanda
44 stars 21 forks source link

Support for Wifi LAN / ZeroConf / Bonjour? #3

Closed n8fr8 closed 5 years ago

n8fr8 commented 6 years ago

Wifi Direct is great, but in the past, we've found that just finding peers on a LAN network who are speaking zeroconf/bonjour can work quite well. This also can work with one device running a wifi hotspot, and others connecting to it.

Can we support that feature here? LibNearbyShare has some code already for it.

sabzo commented 6 years ago

+1 @n8fr8 good point! I've added LAN discovery on this branch https://github.com/sabzo/ayanda/tree/feature/add_lan.

I'll be merging this in soon.

sabzo commented 5 years ago

LAN discovery was added.