2

As most of us know the android NSD (Network Service Discovery) framework has made networking very simple and easy in Local networks. However the android APIs for the NSD implementation start from API level 16 (Jelly Bean). I am concerned with LAN rather than the internet

So is there a simple way like the NSD in lower API levels (Gingerbread and ICS). More clearly speaking what's optimum way to implement network services in application for API level <16

Allahjane
  • 1,920
  • 3
  • 24
  • 42

1 Answers1

0

Try to use JmDNS Java Library.

JmDNS Library

Tutorial to use in Android

Brumanuel
  • 55
  • 3
  • 9