breber / cardgames

Repository for continuation of CS309 Project
https://play.google.com/store/apps/details?id=com.worthwhilegames.cardgames
3 stars 1 forks source link

Add support for Android's built in Network Service Discovery #34

Closed breber closed 10 years ago

breber commented 11 years ago

Requires API level 16 or higher. https://developer.android.com/training/connect-devices-wirelessly/nsd.html

breber commented 11 years ago

At this point, the NSD service is pretty unstable. It causes my Galaxy Nexus to restart pretty often. But I was able to connect devices together using it, so in the future it seems like something we should move towards.

The code I used will probably work when it becomes more stable. It is currently in the android-nsd branch.