Does network service discovery on android allows automatic connection after first connection (persistent connection)? -


i want have automatic connection between 2 devices after first connection has happened. nsd on android provide such functionality? have refered link nsd on android http://developer.android.com/training/connect-devices-wirelessly/nsd.html also,we can discover multiple devices on same network, can connect multiple devices on same network?

you have use socket connection. once service resolved, application receives detailed service information including ip address , port number. need create own network connection service.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -