sockets - scan local network (router) ip addresses with computer name in android -


i saw apps scan local network computers (via router) , show computer name. when select on of them, app connects selected computer.

i want make same thing.

my android app(client) making connect server via tcp/ip socket ip , port put manually. but, user-friendly interface, want show them list of local computer names them select.

how can make feature?

if there way obtain local computer names each ip address, rest of things clear.

thanks!

look @ zero-configuration networking. there 2 popular implementations:

  1. microsoft upnp
  2. apple bounjour

Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -