Questions tagged [enet]
ENET is a networking library providing opt-in reliable ordered packet delivery on top of UDP.
2 questions
0
votes
0
answers
324
views
Game Rooms Server Architecture - ENet CSharp
My team and I are working on an upcoming online fighting game using ENet-CSharp (A C# ENet implementation created by nxrighthere), and we're currently designing the architecture of the server. We ...
10
votes
3
answers
3k
views
Solution for lightweight LAN peer discovering?
I built a library for purely cross-platform programming. My games made with it run fine in Android , Pc, Linux, Mac etc.
The networking capabilities are provided by ENET library, therefore all ...