Relative Content

Tag Archive for networking

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

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.

Socket connection to external IP through server

I am working on an application using sockets. Essentially I want to stream data between two clients. Since I can’t connect the two clients together directly (they aren’t on the same network), I will need to connect the two through a server.

Socket connection to external IP through server

I am working on an application using sockets. Essentially I want to stream data between two clients. Since I can’t connect the two clients together directly (they aren’t on the same network), I will need to connect the two through a server.