LiteNetLib VS lidgren-network-gen3

Compare LiteNetLib vs lidgren-network-gen3 and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
LiteNetLib lidgren-network-gen3
25 5
2,938 1,183
- -
7.4 0.0
1 day ago about 3 years ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LiteNetLib

Posts with mentions or reviews of LiteNetLib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-31.

lidgren-network-gen3

Posts with mentions or reviews of lidgren-network-gen3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.
  • How do modern games solve the NAT issue in multiplayer?
    2 projects | /r/gamedev | 9 Nov 2022
    I use the NAT holepunching implementation in https://github.com/lidgren/lidgren-network-gen3 for my game, and it works without issues for most users.
  • What's something you REALLY want to add to your game BUT you avoid doing it (because of technical difficulties or scope)?
    1 project | /r/gamedev | 18 May 2022
    I use the c# library lidgren for my game and it includes multiple techniques for managing the nat port forwarding issue. Most notably, nat hole punching. Highly recommended!
  • [Modding-Info] Restoring multiplayer
    2 projects | /r/SwordCoast | 14 May 2022
    Heya, so I've been trying to restore the multiplayer functionality for the past week or so. Spent way to much time on this. I had to remake the whole thing over and over again because of issues.. Currently I didn't get much further than enabling an actual lobby. The main issue is that so much of the code to boot the game in online mode is obfuscated. Now to some information that might be useful for others, because honestly I never really did anything with c# and unity. Whenever you try to go into online mode the game connects to: world.gameaccounts.swordcoast.com Failing to get a proper response sets the game in offline mode. The full string is: private const string ࢩ = "wss://world.gameaccounts.swordcoast.com/scl/websocket/game_auth"; Also obfuscated and located in assembly-csharp.dll -> ngCloudServices Setting your host file to redirect world.gameaccounts.swordcoast.com to your local ip works but obviously we are missing the server. So once again we are failing to connect, setting the game to offline mode and locking all network functionality. GameConfig.json in the game folder mentions LAN Lidgrin which is actually a typo by the devs. The name of this library is Lidgren, see: https://github.com/lidgren/lidgren-network-gen3 I'm not sure if the config file really does anything since the webserver failure locks the game in offline mode. But the libaries are included in the game. As for debugging, output_log.txt in the data folder is actually quite useful to see where the code falls apart. For decompiling, editing and compiling your modified code use dnspy: https://github.com/VNGhostMans/dnSpyEx If someone is picking this up and needs more information about the games code structure and such let me know.
  • Worried about server security and seperation with Mirror Networking
    3 projects | /r/Unity3D | 14 Feb 2022
    You definitely want to a low level API (LLAPI) instead, like f.ex. LiteNetLib, ENet, lidgren or similar. I haven't touched anyone of these recently, except the first one a year-ish ago, so I won't say anything about where they stand today.
  • [Hobby // RevShare] Looking For Senior Multiplayer Developer (Unity)
    6 projects | /r/INAT | 11 Sep 2021
    Lidgren

What are some alternatives?

When comparing LiteNetLib and lidgren-network-gen3 you can also consider the following projects:

ENet-CSharp - Reliable UDP networking library

GameNetworkingSockets - Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.

com.unity.netcode.gameobjects - Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.

NetCoreServer - Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

dnSpyEx - Continue to develop the dnSpy project

FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project

Hazel-Networking - Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.

MagicOnion - Unified Realtime/API framework for .NET platform and Unity.

MiniUDP - A Simple UDP Layer for Shipping and Receiving Byte Arrays

nakama - Distributed server for social and realtime games and apps.

Neutrino - A low-latency, high performance network library for real-time apps and games.