Best strategy to discover a web service in a local network?

Posted by Ucodia on Programmers See other posts from Programmers or by Ucodia
Published on 2014-06-12T00:16:49Z Indexed on 2014/06/12 3:47 UTC
Read the original article Hit count: 199

I am currently doing some research for a project. The setup is simple, I have a computer running a service in my home network and any device connected to that same network should be able to discover the service automatically and use it. I have no specific technology requirement whether it is on the server or client side. The client knows about the service definition.

Other than that I have no idea what strategy to use, what technology to look at or whether I should go for a SOAP or a HTTP based service. I think going HTTP with REST API is the best for targeting all devices but I am opened to any suggestions.

Thanks.

© Programmers or respective owner

Related posts about web-services

Related posts about networking