riesenacht / biotopium

distributed, platform-independent multiplayer game
GNU General Public License v3.0
1 stars 0 forks source link

Start Network: Implement Peer Discovery #10

Open mriesen opened 3 years ago

mriesen commented 3 years ago

The peer discovery should be implemented. In order to build a working peer-to-peer network, nodes must be able to discover each other.

Peer discovery will be very platform-dependent. For JVM implementations, you should expect less problems. For the Browser, there are fewer options to implement peer discovery. Since a browser is very limited in its capability of networking, a so-called webrtc-star-server must be called. More information has to be looked up while this is implemented.

mriesen commented 3 years ago

Improve peer discovery configuration