Hazel-Networking
Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP. (by DarkRiftNetworking)
LiteNetLib
Lite reliable UDP library for Mono and .NET (by RevenantX)
Hazel-Networking | LiteNetLib | |
---|---|---|
3 | 25 | |
206 | 3,177 | |
0.0% | 1.6% | |
0.0 | 7.8 | |
over 3 years ago | about 2 months 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.
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.
Hazel-Networking
Posts with mentions or reviews of Hazel-Networking.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-29.
-
I'm the creator of Legion TD 2, a team vs team autobattler/TD based on the Warcraft 3 mod that inspired Autochess and Teamfight Tactics. I've spent 9 years designing and programming the standalone sequel from scratch. Ask me anything!
Btw another library I use is called DarkRift - I'm actually a staff member for it on the Discord. It is what all my net code is built on. Come drop by the Discord and post in #game-development and you'll probably find me there.
-
How to implement multiplayer over the network?
Normcore - https://normcore.io DarkRift - https://www.darkriftnetworking.com Photon(Fusion) - https://www.photonengine.com/ Playfab - https://playfab.com/ Nakama - https://heroiclabs.com/ LiteNetLib - https://github.com/RevenantX/LiteNetLib Colyseus - https://www.colyseus.io/ Playerio - https://playerio.com/ SmartFoxServer - https://www.smartfoxserver.com GameSparks - https://www.gamesparks.com/
-
[Hobby // RevShare] Looking For Senior Multiplayer Developer (Unity)
Hazel
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.
-
Dedicated Server outside of the Engine
I personally use this LiteNetLib
-
Favorite Networking Solutions ?
Been using LiteNetLib for our current project and it is pretty nice
-
Mirroring Input Events to multiple computers
Currently I'm using LiteNetLib (https://github.com/RevenantX/LiteNetLib) and it's working pretty well. There is a little input lag but it's more than acceptable.
-
Lan connection for a monogame game
Check LiteNetLib. Judging by your requirements simply passing coordinates back and forth between two clients should work. Designate one of the games as host and the other as client, but just pass coordinates would work over LAN. Optimise from there if gameplay isn’t thet smoot by lerping between past and newly received coordinates.
-
Windows Central: "Microsoft to merge Surface Pro X ARM and Surface Pro 9 Intel versions under one product line"
For networking, file IO, and streams in general, there's Korio and for Java; for just networking, there's LiteNetLib for C#; for what looks like data streams in general, there's Okio also for Java; and Tokio for multi-threaded IO in Rust.
-
Unity and Mirror: Can I Use it?
I've been a bit "Unity offline", and even more so when it comes to networking solutions, because of my real job :), but LiteNetLib is quite good. There's also a new HLAPI solution called FishNet which seems very interesting.
-
can we connect use udp connection to send messages from windows(udpclient) to linux(udpserver) in c#...(newbie so forgive for asking questions in non standard way)..
This might be handy for you :) https://github.com/RevenantX/LiteNetLib
-
"Network Stack" Explained & How "ViNL" Changes Development
they might be using LiteNetLib as their low level transport.
-
Worried about server security and seperation with Mirror Networking
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.
- Networking lib/framework for multiplayer servers ?
What are some alternatives?
When comparing Hazel-Networking and LiteNetLib you can also consider the following projects:
My-Clone-Hero-Tweaks - Tweaks to Clone Hero that I've made
ENet-CSharp - Reliable UDP networking library
Sony9Pin.net - A dotNET library to control a video recorder using the Sony 9-Pin protocol. The Odetics protocol is a superset of the Sony 9pin protocol.
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
dc - The Dassie compiler, project system and core library
FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project