I want to implement a game that needs 2 computers to communicate via LAN. I found a lot of topics on how to list all the computers on network, but I could not find how to list all the computers that have my app opened.
I want to make that app so you can create a game and others can join your came (it's a 1v1 game).Inside my program, you can choose to create or to join a game. So when I create my game, my computer will appear as available on network and when I choose to join game, it will list all the computers that are currently waiting for another player.
How could I do such a thing? Or are there other workarounds?