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

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -