Tagged Questions

3
votes
3answers
201 views

self organizing computer networks & node discovery: libraries, algorithms, docs: where do I begin?

I would like to write a networked software without centralized directory, capable to automatically discover its fellow nodes and "self-organize" a resilient, "not too unbalanced" logical network ...
2
votes
2answers
318 views

What's the best way to locate devices on a network?

I'm building software for a company that sells hardware devices. They want the software to be able to locate all devices on the network without restricting either of their IPs. What's the best way to ...
1
vote
2answers
396 views

Create a Windows (win32) service discoverable across the network

In short: How to reliably discover a server running somewhere on a (presumably multi-segmented) local area network with zero client configuration My client application has to locate the server ...