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
Post a Comment