ABonjour is a "bonjour" plugin for android free/pro.
ABonjour use multi-casting for service registration and discovery in local area networks between android devices, based on JmDNS.
Advantages:
===========
- Easy to use: call "Register" to register a service/server, "Discover" to discover a service/server
- Multithreaded: service registration and discovery done in background
- Return a "HostData" object for easy integration with Unity networking (Network.Connect)
- Written in C#
Usage:
======
- Drag "ABonjour.cs" script to any GameObject
- Call "Register" on server, "Discover" on client