Skip to content

Instantly share code, notes, and snippets.

@roycclu
roycclu / nsd.java
Created May 3, 2016 09:00 — forked from richard1122/nsd.java
A simple example for Android NSD(network service discovery) and server socket
package com.richard1993.android.inputhack;
import android.app.Service;
import android.content.Intent;
import android.net.nsd.NsdManager;
import android.net.nsd.NsdServiceInfo;
import android.os.IBinder;
import android.util.Log;
import java.io.BufferedInputStream;