Here's my use case:
-I have a number of portable devices (1 to 4). They will always be on the same network (as all of them will always be in the same room)
-Server/client setup needs to be silent and automatic, with no need to press buttons or enter IPs. Therefore, I'd like each device to be able to automatically connect to the first server it detects on the same network, or if no server is detected, start one up and inform the other devices that it exists.
What's the best/proper way to handle this with TNet?